This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc 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]

libc HEAD on Alpha fails to build with gcc-3.0.2


Greetings,

I have noticed that on my i686-pc-linux-gnu system, that libc builds with 
gcc-2.95.3 and gcc-3.0.2.  On my alphaev56-unkown-linux-gnu system, libc 
builds with gcc-2.95.3, but fails to build with gcc-3.0.2.  Please see the 
error messages below.

Any suggestions or ideas???

Thank you in advance.

Best Regards,


--George

gcc rtld.c -c -O -Wall -Winline -Wstrict-prototypes -Wwrite-strings -g -mieee 
 -fPIC -mbuild-constants   -I../include -I. 
-I/mnt/u2/toolchain/buildsys/build/alpha7/b
asic-gcc_3.0.2/native/libc/elf -I.. -I../libio  
-I/mnt/u2/toolchain/buildsys/build/alpha7/basic-gcc_3.0.2/native/libc 
-I../sysdeps/alpha/elf -I../linuxthreads/sysdep
s/unix/sysv/linux -I../linuxthreads/sysdeps/pthread -I../sysdeps/pthread 
-I../linuxthreads/sysdeps/unix/sysv -I../linuxthreads/sysdeps/unix 
-I../linuxthreads/sysdeps
/alpha -I../sysdeps/unix/sysv/linux/alpha -I../sysdeps/unix/sysv/linux 
-I../sysdeps/gnu -I../sysdeps/unix/common -I../sysdeps/unix/mman 
-I../sysdeps/unix/inet -I../s
ysdeps/unix/sysv -I../sysdeps/unix/alpha -I../sysdeps/unix -I../sysdeps/posix 
-I../sysdeps/alpha/fpu -I../sysdeps/alpha -I../sysdeps/wordsize-64 
-I../sysdeps/ieee754
/flt-32 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754 
-I../sysdeps/generic/elf -I../sysdeps/generic   -D_LIBC_REENTRANT -include 
../include/libc-symbols.h  -DPIC 
-DSHARED   -o 
/mnt/u2/toolchain/buildsys/build/alpha7/basic-gcc_3.0.2/native/libc/elf/rtld.os
In file included from dynamic-link.h:21,
                 from rtld.c:33:
../sysdeps/alpha/dl-machine.h:137:23: warning: multi-line string literals are 
deprecated
../sysdeps/alpha/dl-machine.h:138:21: warning: multi-line string literals are 
deprecated
../sysdeps/alpha/dl-machine.h:139:15: warning: multi-line string literals are 
deprecated
../sysdeps/alpha/dl-machine.h:203:52: warning: multi-line string literals are 
deprecated
../sysdeps/alpha/dl-machine.h:252:9: warning: multi-line string literals are 
deprecated
../sysdeps/alpha/dl-machine.h:272:25: warning: multi-line string literals are 
deprecated
../sysdeps/alpha/dl-machine.h:283:38: warning: multi-line string literals are 
deprecated
../sysdeps/alpha/dl-machine.h:303:27: warning: multi-line string literals are 
deprecated
In file included from dynamic-link.h:21,
                 from rtld.c:162:
../sysdeps/alpha/dl-machine.h:137:23: warning: multi-line string literals are 
deprecated
../sysdeps/alpha/dl-machine.h:138:21: warning: multi-line string literals are 
deprecated
../sysdeps/alpha/dl-machine.h:139:15: warning: multi-line string literals are 
deprecated
../sysdeps/alpha/dl-machine.h:203:52: warning: multi-line string literals are 
deprecated
../sysdeps/alpha/dl-machine.h:252:9: warning: multi-line string literals are 
deprecated
../sysdeps/alpha/dl-machine.h:272:25: warning: multi-line string literals are 
deprecated
../sysdeps/alpha/dl-machine.h:283:38: warning: multi-line string literals are 
deprecated
../sysdeps/alpha/dl-machine.h:303:27: warning: multi-line string literals are 
deprecated
/tmp/cc97wHkH.s: Assembler messages:
/tmp/cc97wHkH.s:4722: Error: Subtraction of two symbols in different sections 
".debug_line" {.debug_line section} - "$LFB1" {.text section} at file address 
32.
make[2]: *** 
[/mnt/u2/toolchain/buildsys/build/alpha7/basic-gcc_3.0.2/native/libc/elf/rtld.os] 
Error 1
make[2]: Leaving directory `/mnt/u2/toolchain/buildsys/source/libc/elf'
make[1]: *** [elf/subdir_lib] Error 2
make[1]: Leaving directory `/mnt/u2/toolchain/buildsys/source/libc'
make: *** [all] Error 2


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