Open isaurabhkr opened 5 years ago
nm lib/libMUSCLE-3.7.so --demangle
lists the referenced functions. Hence, it is a linker problem.
Try make LDADD=-lMUSCLE-3.7
. It worked for me. Found the solution at “Undefined reference” error with shared library and ldflags. Makefile.in
should be adapted, accordingly.
This issue was already reported and solved previously at the parsnip repository https://github.com/marbl/parsnp/issues/57
Thanks a lot, It worked.
I am trying to build Parsnp on my Linux machine, I have built libMUSCLE succesfully but while bulding Parsnp it is giving me these errors.
Please can you help?