[R] Error when running configure on xeon with r-1-9-patched

Peter Dalgaard p.dalgaard at biostat.ku.dk
Tue Sep 7 14:01:44 CEST 2004


Gavin Simpson <gavin.simpson at ucl.ac.uk> 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
~~~~~~~~~~ - (p.dalgaard at biostat.ku.dk)             FAX: (+45) 35327907




More information about the R-help mailing list