This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

bootstrap broken in libgfortran


Hello!

Does anybody else get these errors in libgfortran during clean bootstrap:

...
<lots of similar errors involving lots of functions>
...
.libs/environ.o(.text+0x10d0):/usr/include/stdlib.h:401: first defined here
.libs/in_unpack_generic.o(.text+0x730): In function `atol':
/usr/include/stdlib.h:336: multiple definition of `atol'
.libs/environ.o(.text+0x12a0):/usr/include/stdlib.h:336: first defined here
.libs/in_unpack_generic.o(.text+0x740): In function `atoll':
/usr/include/stdlib.h:382: multiple definition of `atoll'
.libs/environ.o(.text+0x1290):/usr/include/stdlib.h:382: first defined here
.libs/in_unpack_generic.o(.text+0x750): In function `atof':
/usr/include/stdlib.h:330: multiple definition of `atof'
.libs/environ.o(.text+0x12b0):/usr/include/stdlib.h:330: first defined here
collect2: ld returned 1 exit status
gmake[3]: *** [libgfortran.la] Error 1
gmake[3]: Leaving directory `/home/uros/gcc-build/x86_64-unknown-linux-gnu/libgfortran'
gmake[2]: *** [all] Error 2
gmake[2]: Leaving directory `/home/uros/gcc-build/x86_64-unknown-linux-gnu/libgfortran'
gmake[1]: *** [all-target-libgfortran] Error 2
gmake[1]: Leaving directory `/home/uros/gcc-build'
gmake: *** [bootstrap] Error 2


This happens on x86_64-pc-linux-gnu and i686-pc-linux-gnu, FC4.

Uros.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]