This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Gcc 3.0 compilation problem
- To: gcc-help at gcc dot gnu dot org
- Subject: Gcc 3.0 compilation problem
- From: Jeremie Lasalle-Ratelle <jeremielasalle at videotron dot ca>
- Date: Thu, 21 Jun 2001 13:32:36 -0400
Configuration is ok. (But this message appear at the beginning. Don't know if
it's normal.
*** This configuration is not supported in the following subdirectories:
target-libf2c target-libffi target-boehm-gc target-zlib target-libjava
zlib fastjar target-libobjc
(Any other directories should still work fine.)
Compilation runs well until I get these messages :
/usr/lib/libc.a(regex.o): In function `regex_compile':
/home/flepied/RPM/BUILD/glibc-2.1.3/posix/regex.c:1902: multiple definition
of `re_max_failures'
gnu-regex.o:/mnt/lfs/usr/src/gcc-3.0/gcc/fixinc/gnu-regex.c:173: first
defined here
collect2: ld returned 1 exit status
make[3]: *** [full-stamp] Error 1
make[3]: Leaving directory `/mnt/lfs/usr/src/gcc-build/gcc/fixinc'
make[2]: *** [fixinc.sh] Error 2
make[2]: Leaving directory `/mnt/lfs/usr/src/gcc-build/gcc'
make[1]: *** [stage1_build] Error 2
make[1]: Leaving directory `/mnt/lfs/usr/src/gcc-build/gcc'
make: *** [bootstrap] Error 2
What can I do? Does it have anything to do with Glibc 2.1.3??? Flags???