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]

Error compiling lgibc2.0.6 with crypt add-on


When compiling glibc2.0.6 with crypt add-on, the following error 
occurred:
---
make  -C md5-crypt others
make[2]: Entering directory `/home/rlm/glibc-2.0.6/md5-crypt'
gcc -B/home/rlm/glibc-2.0.6/compile/ onlymd5-entry.c -c -O2 -Wall -
Winline -Wno-parentheses -Wstrict-prototypes -Wwriteo
In file included from ../sysdeps/generic/crypt-entry.c:21,
                 from onlymd5-entry.c:1:
../crypt/sysdeps/unix/crypt.h:60: parse error before `__data'
../crypt/sysdeps/unix/crypt.h:60: warning: function declaration isn't 
a prototype
../crypt/sysdeps/unix/crypt.h:63: parse error before `__data'
../crypt/sysdeps/unix/crypt.h:63: warning: function declaration isn't 
a prototype
../crypt/sysdeps/unix/crypt.h:66: parse error before `__data'
../crypt/sysdeps/unix/crypt.h:66: warning: function declaration isn't 
a prototype
In file included from onlymd5-entry.c:1:
../sysdeps/generic/crypt-entry.c:43: warning: function declaration 
isn't a prototype
make[2]: *** [/home/rlm/glibc-2.0.6/compile/md5-crypt/onlymd5-
entry.o] Error 1
make[2]: Leaving directory `/home/rlm/glibc-2.0.6/md5-crypt'
make[1]: *** [md5-crypt/others] Error 2
make[1]: Leaving directory `/home/rlm/glibc-2.0.6'
make: *** [all] Error 2
---

Here are the specs for the machine:
Redhat
Kernel 2.0.36
gcc 2.7.2.1
make 3.75
ld 2.9.1

Any ideas why I am getting this error / how to correct it? Thanks.

Rob M.


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