This is the mail archive of the libc-hacker@sources.redhat.com mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


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

compile problem


Hi

There was a recent change from Jakub adding a _dl_osversion check
against __ABI_TAG_OS, however __ABI_TAG_OS is not defined anywhere.

The below is from Linux/ia64.

Jakub, whats the scoop?

Jes

make[2]: Entering directory `/data/home/jes/libc-2.2/libc-2.2/elf'
gcc dl-load.c -c -O2 -Wall -Winline -Wstrict-prototypes -Wwrite-strings -g      -I../include -I. -I/data/home/jes/libc-2.2/build/elf -I.. -I../libio  -I/data/home/jes/libc-2.2/build -I../sysdeps/ia64/elf -I../linuxthreads/sysdeps/unix/sysv/linux/ia64 -I../linuxthreads/sysdeps/unix/sysv/linux -I../linuxthreads/sysdeps/pthread -I../linuxthreads/sysdeps/unix/sysv -I../linuxthreads/sysdeps/unix -I../linuxthreads/sysdeps/ia64 -I../sysdeps/unix/sysv/linux/ia64 -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 -I../sysdeps/posix -I../sysdeps/ia64/fpu -I../sysdeps/ia64 -I../sysdeps/wordsize-64 -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic/elf -I../sysdeps/generic  -nostdinc -isystem /data/toolchain/lib/gcc-lib/ia64-linux/2.96-ia64-000717/include -isystem /home/jes/linux/include -D_LIBC_REENTRANT -!
 in!
clude ../include/libc-symbols.h   -I/data/home/jes/libc-2.2/build/elf/. -I/data/home/jes/libc-2.2/build/csu/.  -o /data/home/jes/libc-2.2/build/elf/dl-load.o
dl-load.c: In function `_dl_map_object_from_fd':
dl-load.c:1074: warning: long unsigned int format, size_t arg (arg 7)
dl-load.c:1074: warning: long unsigned int format, size_t arg (arg 7)
dl-load.c: In function `open_verify':
dl-load.c:1346: `__ABI_TAG_OS' undeclared (first use in this function)
dl-load.c:1346: (Each undeclared identifier is reported only once
dl-load.c:1346: for each function it appears in.)
make[2]: *** [/data/home/jes/libc-2.2/build/elf/dl-load.o] Error 1
make[2]: Leaving directory `/data/home/jes/libc-2.2/libc-2.2/elf'
make[1]: *** [elf/subdir_lib] Error 2
make[1]: Leaving directory `/data/home/jes/libc-2.2/libc-2.2'
make: *** [all] Error 2


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