I am trying to use the igraph package, my functions run just fine under R, but when I add igraph to Jamovi, after many lines of successful build commands, is see this error:
- Code: Select all
ld: warning: directory not found for option '-L/opt/local/lib/gcc48/gcc/x86_64-apple-darwin13/4.8.5'
ld: warning: directory not found for option '-L/opt/local/lib/gcc48'
ld: library not found for -lgfortran
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make: *** [igraph.so] Error 1
ERROR: compilation failed for package ‘igraph’
* removing '.../casnet-jmvMAC/build/R/igraph’
Any ideas on how to resolve this?