search for: earthmain

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

2009 May 08
1
dqrdc2_ dqrsl_ dtrsl_ missing from libs? compiling earth standalone
...s. 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 another location) Do I need to create a shared-object from libR.a? Do I need to link agains libR.a directly? Many thanks, Casper