-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
On master branch, when running R CMD INSTALL pkg I get the following error:
clang++ -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -single_module -multiply_defined suppress -L/Library/Frameworks/R.framework/Resources/lib -L/usr/local/lib -o Kaphi.so blank.o dQAL-6.3.o kernel.o newick_lexer.o newick_parser.o tree.o treekernel.o treestats.o util.o -Ligraph/src/.libs -ligraph -L/usr/local/lib -lgsl -lJudy -lgmp -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation
ld: library not found for -lgmp
I've used MacPorts to install libgmp and modified LD_LIBRARY_PATH to include the path to this library, but haven't been able to fix this problem yet.