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]

The current glibc won't build


I got

/export/build/gnu/glibc-nptl-3.4/build-i686-linux/nscd/gai.o(.text+0x208d):
In function `__check_pf':
../sysdeps/unix/sysv/linux/check_pf.c:138: undefined reference to
`__no_netlink_support'
/export/build/gnu/glibc-nptl-3.4/build-i686-linux/nscd/gai.o(.text+0x2132):../sysdeps/unix/sysv/linux/check_pf.c:160:
undefined reference to `__no_netlink_support'
/export/build/gnu/glibc-nptl-3.4/build-i686-linux/nscd/gai.o(.text+0x24c2):
In function `getaddrinfo':
../sysdeps/unix/sysv/linux/check_pf.c:138: undefined reference to
`__no_netlink_support'
/export/build/gnu/glibc-nptl-3.4/build-i686-linux/nscd/gai.o(.text+0x255c):../sysdeps/unix/sysv/linux/check_pf.c:160:
undefined reference to `__no_netlink_support'
collect2: ld returned 1 exit status
make[4]: ***
[/export/build/gnu/glibc-nptl-3.4/build-i686-linux/nscd/nscd] Error 1

on ia32 and

/usr/local/bin/ld:
/export/build/gnu/glibc-nptl-3.4/build-x86_64-linux/nscd/gai.o:
relocation R_X86_64_32 against `a local symbol' can not be used when
making a shared object; recompile with -fPIC
/export/build/gnu/glibc-nptl-3.4/build-x86_64-linux/nscd/gai.o: could
not read symbols: Bad value
collect2: ld returned 1 exit status
make[4]: ***
[/export/build/gnu/glibc-nptl-3.4/build-x86_64-linux/nscd/nscd] Error 1

on x86-64 and

/export/build/gnu/glibc-nptl-3.4/build-ia64-linux/nscd/gai.o(.text+0x4950):
In function `__check_pf':
../sysdeps/unix/sysv/linux/check_pf.c:138: undefined reference to
`__no_netlink_support'
/export/build/gnu/glibc-nptl-3.4/build-ia64-linux/nscd/gai.o(.text+0x4960):../sysdeps/unix/sysv/linux/check_pf.c:138:
undefined reference to `__no_netlink_support'
/export/build/gnu/glibc-nptl-3.4/build-ia64-linux/nscd/gai.o(.text+0x51a0):
In function `getaddrinfo':
../sysdeps/unix/sysv/linux/check_pf.c:138: undefined reference to
`__no_netlink_support'
/export/build/gnu/glibc-nptl-3.4/build-ia64-linux/nscd/gai.o(.text+0x51b0):../sysdeps/unix/sysv/linux/check_pf.c:138:
undefined reference to `__no_netlink_support'
collect2: ld returned 1 exit status
make[4]: ***
[/export/build/gnu/glibc-nptl-3.4/build-ia64-linux/nscd/nscd] Error 1

on ia64. I am using gcc 3.4.3 20041001.


H.J.


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