Entering edit mode
4.3 years ago
Njagi Mwaniki
•
0
I'm having trouble compiling vg on macOS Catalina 10.15.6. I followed the build instructions in the README and even looked at the Travis config for macOS but couldn't figure it out.
Looks to me like the linker can't find vcflib, here's the error
The problem seems to come from this section of the Makefile https://github.com/vgteam/vg/blob/master/Makefile#L486-L490
What could I be doing wrong?