Gavin Simpson <[EMAIL PROTECTED]> writes: > configure:25282: gcc -o conftest -D__NO_MATH_INLINES -mieee-fp -O2 -g > -pipe -march=i386 -mcpu=i686 -I/usr/local/include -L/usr/local/lib > conftest.c -lreadline -ldl -lncurses -lm -L/usr/local/lib > -L/usr/lib/gcc-lib/i386-redhat-linux/3.3.3 > -L/usr/lib/gcc-lib/i386-redhat-linux/3.3.3/../../.. -lfrtbegin -lg2c > -lm -lgcc_s -lieee >&5 > /usr/lib/gcc-lib/i386-redhat-linux/3.3.3/../../../libieee.a(.data+0x0): > multiple definition of `_LIB_VERSION' > /usr/lib/gcc-lib/i386-redhat-linux/3.3.3/../../../libieee.a(.data+0x0): > first defined here
I think this means that you're linking the same library twice. Did you put the -lieee in there yourself? (via config.site, e.g.). -- O__ ---- Peter Dalgaard Blegdamsvej 3 c/ /'_ --- Dept. of Biostatistics 2200 Cph. N (*) \(*) -- University of Copenhagen Denmark Ph: (+45) 35327918 ~~~~~~~~~~ - ([EMAIL PROTECTED]) FAX: (+45) 35327907 ______________________________________________ [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
