Tworzę LFS pod Debianem Lenny 5.0 z kernelem 2.6.26-1-686, na podstawie 5 wersji podręcznika ze ściągniętą najnowszą paczką do budowy (6.4). Jestem na miejscu, które podałem w linku do podręcznika. Do tej pory wszystko szło bez błędu, niczego nie ominąłem.
zamieściłeś trochę mało informacji . Może pokaż ten config.log, żeby się zorientować o co chodzi . Ogólnie w LFS jest taka zasada, że wszystko jest w 100% dostosowane do książki, jeżeli odszedłeś od niej choćby na moment to na pewno pojawią się błędy. Kiedyś budowałem LFS i tak właśnie było. Jak nie dodałem jakiejś opcji to wszystko się sypało, jak przepisywałem znak w znak to wszystko działało jak trzeba. Możesz skorzystać ze skryptu do budowy. Są one bardzo dobre, ale odbierają część satysfakcji .
configure:1501: checking build system type
configure:1519: result: i686-pc-linux-gnu
configure:1554: checking host system type
configure:1568: result: i686-pc-linux-gnu
configure:1576: checking target system type
configure:1590: result: i686-pc-linux-gnu
configure:1633: checking for a BSD-compatible install
configure:1688: result: /usr/bin/install -c
configure:1699: checking whether ln works
configure:1721: result: yes
configure:1725: checking whether ln -s works
configure:1729: result: yes
configure:2820: checking for gcc
configure:2836: found /usr/bin/gcc
configure:2846: result: gcc
configure:3090: checking for C compiler version
configure:3093: gcc --version </dev/null >&5
gcc (Debian 4.3.2-1.1) 4.3.2
Copyright (C) 2008 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:3096: $? = 0
configure:3098: gcc -v </dev/null >&5
Using built-in specs.
Target: i486-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Debian 4.3.2-1.1' --with-bugurl=file:///usr/share/doc/gcc-4.3/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --with-gxx-include-dir=/usr/include/c++/4.3 --program-suffix=-4.3 --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --enable-mpfr --enable-targets=all --enable-cld --enable-checking=release --build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu
Thread model: posix
gcc version 4.3.2 (Debian 4.3.2-1.1)
configure:3101: $? = 0
configure:3103: gcc -V </dev/null >&5
gcc: '-V' option must have argument
configure:3106: $? = 1
configure:3129: checking for C compiler default output file name
configure:3132: gcc conftest.c >&5
gcc: error trying to exec 'as': execvp: Too many levels of symbolic links
configure:3135: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:3174: error: C compiler cannot create executables
See `config.log' for more details.
Nie jestem dobry z angielskiego, ale wykombinowałem, że skorzystam z google translate dla strony i normalnej wersji dla kodu (bo mi kod będzie tłumaczyć).
configure:3129: checking for C compiler default output file name
configure:3132: gcc conftest.c >&5
gcc: error trying to exec 'as': execvp: Too many levels of symbolic links