Hi all!
I am also a newbie with LFS and am having some knowledge gaps in my linux education.
The difficulties I am having are with the glibc-2.3.3 install:
First, I untarred in the /mnt/lfs/sources directory, then moved the glibc-2.3.3 directory to the newly created /mnt/lfs/gblic-build directory
Then, I cd'd into the glibc-build directory and applied the following command as the book states:
Code:
./configure --prefix=/tools \
--disable-profile --enable-add-ons=linuxthreads \
--with-binutils=/tools/bin --with-headers=/tools/include \
--without-gd --without-cvs
When I do this, I get the following result:
Code:
bash: ./configure: No such file or directory
When I try moving to the /mnt/lfs/glibc-build/glibc-2.3.3 directory, I get the following result"
Code:
configure: error: you must configure in a separate build directory
My question is this; I thought I was in the separate build directory? What am I doing wrong?
Thanks to all who answer the questions seriously, and don't bother answering if all you want to do is poke fun at a newbie. Believe me, I've heard them all.
sax