Skip to content

make configure.ac script #135

@ArtPoon

Description

@ArtPoon

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.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions