I am compiling glibc and have some problems. I am following the book to have the glibc 2.3.2 on a source directory and create a parallel directory to build. And the command is,
../glibc-2.3.2/configure --prefix=/usr --disable-profile --enable-add-ons --libexecdir=/usr/bin --with-headers=/usr/include
I see a lot of print out, at the end it says 2 add-ons are enabled, only one must be included.
But the thing is "ls" only shows one file, "config.log", there is no other files. Since the book says I should run make here in build directory, I had imagined there will be some Makefile, but no 2nd file at all!
Then I go to the source directory and run "make", it quickly errors out saying, Makeconfig:84 error, can not find "config.amke", I go to that file, it is like, "$(common-objpfx)/config.make". I wonder how "common-objpfx" is defined?
Do you see anything wrong?
Thanks!
_________________________________________________________________
Don�t just search. Find. Check out the new MSN Search! http://search.msn.click-url.com/go/onm00200636ave/direct/01/
-- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
