Displaying 1 result from an estimated 1 matches for "rsoam9".
Did you mean:
rsoam
2007 Jul 20
1
unable to load shared library: undefined symbol
...2.6-glibc2.3-x86/lib -LsampleCommon -Lsoambase
-Lsoamapi
and 00install.out has the following g++ build:
g++ -I/usr/lib/R/include -I/usr/lib/R/include -I/opt/symphonyDE/3.1/src
-I/opt/symphonyDE/3.1/include -DGCC34 -Wall -DLINUX -Wno-deprecated
-I/usr/local/include -fpic -O2 -g -c Rsoam9.cpp -o Rsoam9.o
g++ -shared -Wl,-O1 -o Rsoam.so Rsoam9.o -L/opt/symphonyDE/3.1/src
-L/opt/symphonyDE/3.1/include
-L/opt/symphonyDE/3.1/linux2.6-glibc2.3-x86/lib -LsampleCommon -Lsoambase
-Lsoamapi -L/usr/lib/R/lib -lR
I thought I'd written the Makevars to a sufficient degree, but I guess that...