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.).
Hi Peter,
Yep, that's it. Copied far too many flags from one machine's configure output into the config.site file on the new machine - that'll teach me to do things in a hurry and late in the day! Removing the duplicated flags allows configure to work now.
Thanks to Peter, Prof. Ripley and Martyn for their help solving my error. As always it is much appreciated.
Gav
-- %~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~% Gavin Simpson [T] +44 (0)20 7679 5522 ENSIS Research Fellow [F] +44 (0)20 7679 7565 ENSIS Ltd. & ECRC [E] [EMAIL PROTECTED] UCL Department of Geography [W] http://www.ucl.ac.uk/~ucfagls/cv/ 26 Bedford Way [W] http://www.ucl.ac.uk/~ucfagls/ London. WC1H 0AP. %~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%
______________________________________________ [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
