Hallo beste Linux fanaten...
Ik ben sinds kort bezig om linux from scratch te bouwen, maar ik stuit toch op een probleempje. Misschien dat iemand dit voor mij kan verduidelijken. Wat betekent het volgende in de onderstaande link:
"The documentation that comes with Glibc recommends to build the package not in the source directory but in a separate, dedicated directory:
mkdir ../glibc-build
cd ../glibc-build
Next, prepare Glibc to be compiled:
../glibc-2.3.2/configure --prefix=/tools \
--disable-profile --enable-add-ons \
--with-headers=/tools/include \
--with-binutils=/tools/bin \
--without-gd"
"http://www.nl.linuxfromscratch.org/lfs/view/test/chapter05/glibc.html"
Ik heb zelf nu de volgende directory: /mnt/lfs/tools/glibc-2.3.2
Is dit nou een dedicated directory? Want als ik hier de boel wil compileren/installen dan zegt die: "configure: error: you must configure in a separate build directory "
I'm lost
Ik ben sinds kort bezig om linux from scratch te bouwen, maar ik stuit toch op een probleempje. Misschien dat iemand dit voor mij kan verduidelijken. Wat betekent het volgende in de onderstaande link:
"The documentation that comes with Glibc recommends to build the package not in the source directory but in a separate, dedicated directory:
mkdir ../glibc-build
cd ../glibc-build
Next, prepare Glibc to be compiled:
../glibc-2.3.2/configure --prefix=/tools \
--disable-profile --enable-add-ons \
--with-headers=/tools/include \
--with-binutils=/tools/bin \
--without-gd"
"http://www.nl.linuxfromscratch.org/lfs/view/test/chapter05/glibc.html"
Ik heb zelf nu de volgende directory: /mnt/lfs/tools/glibc-2.3.2
Is dit nou een dedicated directory? Want als ik hier de boel wil compileren/installen dan zegt die: "configure: error: you must configure in a separate build directory "
I'm lost