bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Help! glibc compilation problems


From: Chetan GECOS
Subject: Help! glibc compilation problems
Date: Fri, 20 Oct 2000 00:30:52 -0700

Hi all,

I am trying to compile glibc2.1.3 and running into problems. First, the
compiler version was bad (gcc2.7) so I downloaded and compiled gcc2.9.5.
Ditto with makeinfo. Afterwards, I was able to start glibc compiling
after setting my CC env var to point to the newly cmpiled gcc. After
about 30 mins of compiling, I get the following error :

Platform info: Corel Linux 1.01 (Debian 2.1 ?), AMD
Previous glibc version: 2.0.7

BTW, I also tried using the glibc .deb but ran into problems.

<snip>
/usr/local/bin/gcc connections.c -c -O -Wall -Winline
-Wstrict-prototypes -Wwrite-strings -g      -I../include -I.
-I/apps/glibc-2.1.3.orig/glibc-build/nscd -I.. -I../libio 
-I/apps/glibc-2.1.3.orig/glibc-build -I../sysdeps/i386/elf
-I../crypt/sysdeps/unix -I../linuxthreads/sysdeps/unix/sysv/linux
-I../linuxthreads/sysdeps/pthread -I../linuxthreads/sysdeps/unix/sysv
-I../linuxthreads/sysdeps/unix -I../linuxthreads/sysdeps/i386/i686
-I../linuxthreads/sysdeps/i386 -I../sysdeps/unix/sysv/linux/i386/i686
-I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux
-I../sysdeps/gnu -I../sysdeps/unix/common -I../sysdeps/unix/mman
-I../sysdeps/unix/inet -I../sysdeps/unix/sysv/i386
-I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix
-I../sysdeps/posix -I../sysdeps/i386/i686 -I../sysdeps/i386/i486
-I../sysdeps/libm-i387/i686 -I../sysdeps/i386/fpu -I../sysdeps/libm-i387
-I../sysdeps/i386 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754
-I../sysdeps/libm-ieee754 -I../sysdeps/generic/elf
-I../sysdeps/generic   -D_LIBC_REENTRANT -include
../include/libc-symbols.h     -o
/apps/glibc-2.1.3.orig/glibc-build/nscd/connections.o
connections.c: In function `handle_request':
connections.c:353: `SO_PEERCRED' undeclared (first use in this function)
connections.c:353: (Each undeclared identifier is reported only once
connections.c:353: for each function it appears in.)
connections.c: In function `nscd_run':
connections.c:442: `SO_PEERCRED' undeclared (first use in this function)
make[2]: *** [/apps/glibc-2.1.3.orig/glibc-build/nscd/connections.o]
Error 1
make[2]: Leaving directory `/apps/glibc-2.1.3.orig/glibc-2.1.3/nscd'
make[1]: *** [nscd/others] Error 2
make[1]: Leaving directory `/apps/glibc-2.1.3.orig/glibc-2.1.3'
make: *** [all] Error 2                                      

ANY help will be quite gratefully accepted.

Chet



reply via email to

[Prev in Thread] Current Thread [Next in Thread]