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]

Compilation error...Please help


Hello
I'm running Rhat 6.1 Kernel 2.2.14.  I need to up grade my glibc version
from 2.1.2 to 2.1.3.  This is what I have done so far:
I downloaded glibc-2.1.3 and untared that file in /usr/src/glibc-2.1.3.  I
created a directory in glibc-2.1.3 called compile, and entered the command:
#../configure
Linux configured the files without any problems.  Next I entered the
command:
#make
And after approximately 25 minutes of the make command running, I get the
following messages:


usr/src/glibc-2.1.3/compile/libc.so.6: undefined reference to
`fputs_unlocked'
/usr/src/glibc-2.1.3/compile/libc.so.6: undefined reference to
`__syscall_error'/usr/src/glibc-2.1.3/compile/libc.so.6: undefined reference
to `fread_unlocked'
/usr/src/glibc-2.1.3/compile/libc.so.6: undefined reference to
`fflush_unlocked'/usr/src/glibc-2.1.3/compile/libc.so.6: undefined reference
to `fwrite_unlocked'/usr/src/glibc-2.1.3/compile/libc.so.6: undefined
reference to `fgets_unlocked'
collect2: ld returned 1 exit status
make[2]: *** [/usr/src/glibc-2.1.3/compile/db2/makedb] Error 1
make[2]: Leaving directory `/usr/src/glibc-2.1.3/db2'
make[1]: *** [db2/subdir_install] Error 2
make[1]: Leaving directory `/usr/src/glibc-2.1.3'
make: *** [install] Error 2

This is my first time dealing with glibc, so I'm quite unclear as to what
the error messages mean.  If anyone can help, I would appreciate it.

Thanks

Jay

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