When updating to the very last version of RODBC under freebsd 6.1 the errors below pop up but RODBC compiles till the end and, it seems, to work properly. What are those errors about?
Vittorio .............................................. checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... grep: error while loading shared libraries: /usr/local/lib/libpcre.so.0: ELF file OS ABI invalid yes checking whether cc accepts -g... grep: error while loading shared libraries: /usr/local/lib/libpcre.so.0: ELF file OS ABI invalid yes checking for cc option to accept ANSI C... grep: error while loading shared libraries: /usr/local/lib/libpcre.so.0: ELF file OS ABI invalid none needed ...................................... ..................................... grep: error while loading shared libraries: /usr/local/lib/libpcre.so.0: ELF file OS ABI invalid config. status: creating src/Makevars config.status: creating src/config.h grep: error while loading shared libraries: /usr/local/lib/libpcre.so. 0: ELF file OS ABI invalid ** libs cc -I/usr/local/lib/R/include - I/usr/local/lib/R/include -I. -I/usr/local/include - I/usr/local/include -D__NO_MATH_INLINES -fpic -O2 -fno-strict- aliasing -pipe -march=pentium4 -c RODBC.c -o RODBC.o cc -shared - L/usr/local/lib -o RODBC.so RODBC.o -lodbc -L/usr/local/lib - L/usr/local/lib -L/usr/local/lib/R/lib -lR ** R ** inst ** preparing package for lazy loading ** help etc. ______________________________________________ [email protected] mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.
