On 4/7/06, Parker, Chris <[EMAIL PROTECTED]> wrote: > Dan, > > I did completely delete it and rebuild it, and I still got the same error. > One thing I was concerned with was the links that are created as part of the > zlib process. Is it possible that one of these is messing things up?
Hmm, that's possible. I've never had this problem, but the zlib build system is not the most intelligent. Try removing all the libz.* stuff in /lib and /usr/lib and redo the build. But I still don't know what's going on. Makefile should be filling in $(libdir) with /lib since that's what's passed during configure. In your case, though, libdir is empty. I'm kind of baffled, but see if it helps to remove libz.* in /lib and /usr/lib. -- Dan -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
