This is the mail archive of the glibc-linux@ricardo.ecn.wfu.edu 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]

glibc-2.1.3 make problem


Hello,
I'm trying to install 2.1.3 on a slackware 4.0 system.  I'm running kernel
2.2.14 and egcs compiler.  The output from configure looksgood.  Make
cranks along for quite a while before producing the following errors:

make  -C linuxthreads others
make[2]: Entering directory `/home/w1gm/dev/glibc-2.1.3/linuxthreads'
gcc attr.c -c -O -Wall -Winline -Wstrict-prototypes -Wwrite-strings -g      -I../include -I. -I/home/w1gm/dev/glibc-build/linuxthreads -I.. -I../libio  -I/home/w1gm/dev/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 -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/i586 -I../sysdeps/i386/i486 -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 /home/w1gm/dev/glibc-build/linuxthrea!
ds/attr.o
In file included from ../linuxthreads_db/thread_dbP.h:6,
                 from internals.h:30,
                 from attr.c:22:
../linuxthreads_db/proc_service.h:42: parse error before `psaddr_t'
../linuxthreads_db/proc_service.h:42: warning: function declaration isn't a prototype
../linuxthreads_db/proc_service.h:44: parse error before `psaddr_t'
../linuxthreads_db/proc_service.h:44: warning: function declaration isn't a prototype
../linuxthreads_db/proc_service.h:46: parse error before `psaddr_t'
../linuxthreads_db/proc_service.h:46: warning: function declaration isn't a prototype
../linuxthreads_db/proc_service.h:48: parse error before `psaddr_t'
../linuxthreads_db/proc_service.h:48: warning: function declaration isn't a prototype
../linuxthreads_db/proc_service.h:51: parse error before `psaddr_t'
../linuxthreads_db/proc_service.h:51: warning: function declaration isn't a prototype
../linuxthreads_db/proc_service.h:55: parse error before `lwpid_t'
../linuxthreads_db/proc_service.h:55: warning: function declaration isn't a prototype
../linuxthreads_db/proc_service.h:57: parse error before `lwpid_t'
../linuxthreads_db/proc_service.h:57: warning: function declaration isn't a prototype
../linuxthreads_db/proc_service.h:59: parse error before `lwpid_t'
../linuxthreads_db/proc_service.h:59: warning: function declaration isn't a prototype
../linuxthreads_db/proc_service.h:61: parse error before `lwpid_t'
../linuxthreads_db/proc_service.h:61: warning: function declaration isn't a prototype
../linuxthreads_db/proc_service.h:69: parse error before `lwpid_t'
../linuxthreads_db/proc_service.h:69: warning: function declaration isn't a prototype
../linuxthreads_db/proc_service.h:70: parse error before `lwpid_t'
../linuxthreads_db/proc_service.h:70: warning: function declaration isn't a prototype
I also un-tar'd the localedata add-on which I've since learned is not
necessary.
Thanks in advance for any help.
Chris
w1gm@sdf.lonestar.org
SDF Public Access UNIX System - http://sdf.lonestar.org


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