search for: rfutils

Displaying 4 results from an estimated 4 matches for "rfutils".

2009 Jan 20
1
Can't find -lg2c when installing randomForest
...clude -I/usr/local/include -fpic -O2 -g -std=gnu99 -c regTree.c -o regTree.o gcc -I/usr/lib64/R/include -I/usr/local/include -fpic -O2 -g -std=gnu99 -c rf.c -o rf.o g77 -fpic -O2 -g -c rfsub.f -o rfsub.o gcc -I/usr/lib64/R/include -I/usr/local/include -fpic -O2 -g -std=gnu99 -c rfutils.c -o rfutils.o gcc -shared -Wl,-O1 -o randomForest.so classTree.o regrf.o regTree.o rf.o rfsub.o rfutils.o -lg2c -lm -L/usr/lib64/R/lib -lR /usr/bin/ld: cannot find -lg2c collect2: ld returned 1 exit status make: *** [randomForest.so] Error 1 ERROR: compilation failed for package 'randomF...
2007 Oct 20
1
path to libgfortran 'hardcoded' in R?
...egrf.c -o regrf.o gcc -std=gnu99 -I/usr/local/lib/R/include -I/usr/local/lib/R/include -I/usr/local/include -fpic -g -O2 -c rf.c -o rf.o gfortran -fpic -g -O2 -c rfsub.f -o rfsub.o gcc -std=gnu99 -I/usr/local/lib/R/include -I/usr/local/lib/R/include -I/usr/local/include -fpic -g -O2 -c rfutils.c -o rfutils.o gcc -std=gnu99 -shared -L/usr/local/lib -o randomForest.so classTree.o regTree.o regrf.o rf.o rfsub.o rfutils.o -L/usr/local/lib/gcc-4.2.2/gcc/i386-portbld-freebsd7.0/4.2.2 -L/usr/local/lib/gcc-4.2.2 -lgfortran -lm -lgcc_s -L/usr/local/lib/R/lib -lR /usr/bin/ld: cannot find -lgfor...
2009 Dec 04
2
Installing RandomForest on SuSe Linux - warnings
...-O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -c rfsub.f -o rfsub.o gcc -std=gnu99 -I/usr/lib64/R/include -I/usr/local/include -fpic -fmessage-length=0 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -c rfutils.c -o rfutils.o gcc -std=gnu99 -shared -L/usr/local/lib64 -o randomForest.so classTree.o regTree.o regrf.o rf.o rfsub.o rfutils.o -lgfortran -lm -L/usr/lib64/R/lib -lR ** R ** data ** inst ** preparing package for lazy loading ** help *** installing help indices ** building package indices ... * DON...
2010 Nov 19
1
gomp library with Rtools212
Dear developers, I am a maintainer of the CORElearn package which uses OpenMP multithreading to speed up some computations. When producing a new release we tested the package with the latest R 2.12.0. On Linux the package works normally. On Windows we installed a recommended version of Rtools (Rtools212) but the linker fails with the messages below. ... g++