This is the mail archive of the
libc-alpha@sources.redhat.com
mailing list for the glibc project.
[50 character or so descriptive subject here (for reference)]
- To: libc-alpha at sourceware dot cygnus dot com
- Subject: [50 character or so descriptive subject here (for reference)]
- From: leitner at fefe dot de
- Date: 18 Oct 2000 15:25:23 -0000
>Submitter-Id: net
>Originator: Felix von Leitner
>Organization:
Convergence
>Confidential: no
>Synopsis: glibc-2.1.95 does not compile for ppc-linux
>Severity: critical
>Priority: high
>Category: libc
>Class: sw-bug
>Release: libc-2.1.95
>Environment:
Host type: powerpc-unknown-linux-gnu
System: Linux hellhound 2.4.0-test9 #6 Fri Oct 6 18:15:01 CEST 2000 i686 unknown
Architecture: i686
Addons: linuxthreads
Build CFLAGS: -pipe -g -O2
Build CC: ppc-linux-gcc
Compiler version: 2.95.2 19991024 (release)
Kernel headers: 2.4.0-test9
Symbol versioning: yes
Build static: yes
Build shared: yes
Build pic-default: no
Build profile: yes
Build omitfp: no
Build bounded: no
Build static-nss: no
Stdio: libio
>Description:
glibc does not compile in iconv directory for "__syscall_fcntl".
error message:
make -C iconv others
make[1]: Entering directory `/tmp/glibc-2.1.95/iconv'
ppc-linux-gcc -nostdlib -nostartfiles -o iconv_prog -Wl,-dynamic-linker=/lib/ld.so.1 ../csu/crt1.o ../csu/crti.o `ppc-linux-gcc --print-file-name=crtbegin.o` iconv_prog.o -Wl,-rpath-link=..:../math:../elf:../dlfcn:../nss:../nis:../rt:../resolv:../crypt:../linuxthreads ../libc.so.6 ../libc_nonshared.a -lgcc `ppc-linux-gcc --print-file-name=crtend.o` ../csu/crtn.o
../libc.so.6: undefined reference to `__syscall_fcntl'
collect2: ld returned 1 exit status
make[1]: *** [iconv_prog] Error 1
make[1]: Leaving directory `/tmp/glibc-2.1.95/iconv'
make: *** [iconv/others] Error 2
>How-To-Repeat:
just compile glibc for ppc-linux
>Fix: