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.2 problems


Hi, Friends,
 
When I compile the glibc-2.1.2, I got lots of problems:
I install Slackware (kernel 2.2.6), make the Xwindows work, the gcc is 2.7.2.3, I compile the gcc-2.95.1, it seems to work. then I compile the glibc-2.1.2.
first time it stop and give a message said dependency file "common-objpfx/db/libdb1.so-version"(actually the depends of the db185-- "libdb1.so.2" can't found).
I search all the libdb1.so*, and only found the libdb1.so in the "/db" directory. so I delete the "version" for the depends of db185 in the "/db2/makefile". so it go on.
 
Then another problem appear: the libc-lock.h can't found for the "crypt-utils.c" in the line 268. I search the "libc-lock.h", and found it somewhere, so I added the path to the line 268 of the crypt-utils.c. the compile goes on, and finish normally.
 
But when I try to compile a simple c file, it give me a list of undefined reference of "libc.so.6". even if I didn't include a header in the c file.
 
Please give me some suggestion.
 
Thank you very much.
 
James Yang
 
Please send email to jian_m_y@hotmail.com
 

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