search for: dstandalone

Displaying 1 result from an estimated 1 matches for "dstandalone".

Did you mean: standalone
2009 May 08
1
dqrdc2_ dqrsl_ dtrsl_ missing from libs? compiling earth standalone
....so" and found that there were no symbols for dqrdc2_, dqrsl_, dqrsl_ and dtrsl_. The functions are declared in "R_ext/Applic.h" and implemented in separate f77 files. I find that libR.a appears to contain the symbols but there is no libR.so I'm compiling earth using: gcc -DSTANDALONE -DMAIN -Wall -pedantic -Wextra -O3 -std=gnu99 -I/home/badbear/Documents/code/localpackages/lib64/R/include -I../src/tests ../src/earth.c -L. -lblas -lRblas -lRlapack -o earthMain (I have placed libRblas.so and libRlapack.so in the local folder because I was having problems with linking to them in...