Displaying 1 result from an estimated 1 matches for "crwpredict".
2009 May 27
1
R package installation (PR#13726)
...library'
* Installing *source* package 'crawl' ...
** libs
gfortran -fpic -m32 -O2 -g -c crwDriftN2ll.f90 -o crwDriftN2ll.o
gfortran -fpic -m32 -O2 -g -c crwDriftPredict.f90 -o crwDriftPredict.o
gfortran -fpic -m32 -O2 -g -c crwN2ll.f90 -o crwN2ll.o
gfortran -fpic -m32 -O2 -g -c crwPredict.f90 -o crwPredict.o
gfortran -shared -L/usr/local/lib -o crawl.so crwDriftN2ll.o crwDriftPredict.o
crwN2ll.o crwPredict.o -L/prefix/lib/R/lib -lR
/usr/bin/ld: skipping incompatible /prefix/lib/R/lib/libR.so when searching for
-lR
/usr/bin/ld: cannot find -lR
collect2: ld returned 1 exit status
ma...