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]

current CVS compile error


How is __LINUX_KERNEL_VERSION supposed to be defined?

I am building on an Alpha system with glibc-2.2 CVS of 14-August as
libc, egcs-20000821 and Linux 2.4.0-test1 kernel headers.

gcc ../sysdeps/unix/sysv/linux/dl-sysdep.c -c -O -Wall -Winline -Wstrict-prototypes -Wwrite-strings -g -mieee  -fPIC    -I../include -I. -I/home/work/turbo/BUILD/libc/build-alpha-linux/elf -I.. -I../libio  -I/home/work/turbo/BUILD/libc/build-alpha-linux -I../sysdeps/alpha/elf -I../linuxthreads/sysdeps/unix/sysv/linux -I../linuxthreads/sysdeps/pthread -I../linuxthreads/sysdeps/unix/sysv -I../linuxthreads/sysdeps/unix -I../linuxthreads/sysdeps/alpha -I../sysdeps/unix/sysv/linux/alpha/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../sysdeps/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 /home/work/turbo/BUILD/libc/build-alpha-linux/elf/dl-sysdep.os
In file included from ../sysdeps/unix/sysv/linux/dl-sysdep.c:42:
../sysdeps/generic/dl-sysdep.c:211:39: warning: pasting would not give a valid preprocessing token
../sysdeps/generic/dl-sysdep.c:217:39: warning: pasting would not give a valid preprocessing token
../sysdeps/generic/dl-sysdep.c:223:39: warning: pasting would not give a valid preprocessing token
../sysdeps/generic/dl-sysdep.c:229:39: warning: pasting would not give a valid preprocessing token
../sysdeps/generic/dl-sysdep.c:235:39: warning: pasting would not give a valid preprocessing token
../sysdeps/generic/dl-sysdep.c:241:39: warning: pasting would not give a valid preprocessing token
../sysdeps/generic/dl-sysdep.c:247:39: warning: pasting would not give a valid preprocessing token
../sysdeps/generic/dl-sysdep.c:253:39: warning: pasting would not give a valid preprocessing token
../sysdeps/generic/dl-sysdep.c:259:39: warning: pasting would not give a valid preprocessing token
../sysdeps/generic/dl-sysdep.c:262:72: warning: pasting would not give a valid preprocessing token
../sysdeps/generic/dl-sysdep.c:270:41: warning: pasting would not give a valid preprocessing token
../sysdeps/generic/dl-sysdep.c:276:39: warning: pasting would not give a valid preprocessing token
In file included from ../sysdeps/unix/sysv/linux/dl-sysdep.c:42:
../sysdeps/generic/dl-sysdep.c:142: `__LINUX_KERNEL_VERSION' undeclared (first use in this function)
../sysdeps/generic/dl-sysdep.c:142: (Each undeclared identifier is reported only once
../sysdeps/generic/dl-sysdep.c:142: for each function it appears in.)
../sysdeps/generic/dl-sysdep.c:142: warning: implicit declaration of function `MIN'


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