|
problem installing glibc in ch.6
I'm trying to compile glibc in chapter 6, and have carried out the configure and make OK, but when I do 'make install' it falls over when trying to copy libc.a over to /usr/lib - reporting it is not a directory.
I looked at /usr/lib and sure enough it isn't a directory, but a link to another file elsewhere (can't remember which off the top of my head). So it seems like a symbolic link has been wrongly setup for /usr/lib sometime previously?
Can anyone think of why this has happened?
|