I try install LFS-7.
I sucessful installed binutils /mnt/lfs/binutils-build/binutils-2.21.1
but i can not install GCC-4.6.1.
I gotta error - see below.
As said here i unpacked
http://www.linuxfromscratch.org/lfs/view/stable/chapter05/gcc-pass1.html
tar -jxf ../mpfr-3.1.0.tar.bz2 && mv -v mpfr-3.1.0 mpfr
tar -jxf ../gmp-5.0.2.tar.bz2 && mv -v gmp-5.0.2 gmp
tar -zxf ../mpc-0.9.tar.gz && mv -v mpc-0.9 mpc
Here
http://www.linuxfromscratch.org/lfs/view/stable/chapter05/gcc-pass1.html
is used only relative paths, and i hav no overview abot folder structure.
I can not unterstand - what is correct folders for mpfr , gmp , mpc , GCC ?
Absolute or relative to $LFS.http://www.linuxfromscratch.org/lfs/view/stable/chapter05/gcc-pass1.html
is used only relative paths, and i hav no overview abot folder structure.
I can not unterstand - what is correct folders for mpfr , gmp , mpc , GCC ?
lfs@SIS-D /mnt/lfs/gcc-build/gcc-4.6.1 $ echo $LFS
/mnt/lfs
/mnt/lfs/gcc-build/gcc-4.6.1
mpfr , gmp , mpc sources under
/mnt/lfs/gcc-build/gcc-4.6.1/gmp
/mnt/lfs/gcc-build/gcc-4.6.1/mpfr
/mnt/lfs/gcc-build/gcc-4.6.1/mpc
Is that wrong ??
Working system = Gentoo
lfs@SIS-D /mnt/lfs/gcc-build/gcc-4.6.1 $ gcc -v
Using built-in specs.
COLLECT_GCC=/usr/i686-pc-linux-gnu/gcc-bin/4.5.3/gcc
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/i686-pc-linux-gnu/4.5.3/lto-wrapper
Target: i686-pc-linux-gnu
Tnx in advance @ all .
Alfs Kurmis
...
...
86-lfs-linux-gnu/bin/ -B/tools/i686-lfs-linux-gnu/lib/ -isystem /tools/i686-lfs-linux-gnu/include -isystem /tools/i686-lfs-linux-gnu/sys-include -E
checking whether decimal floating point is supported... (cached) no
checking whether fixed-point is supported... (cached) no
checking whether assembler supports CFI directives... (cached) yes
checking for __attribute__((visibility("hidden")))... (cached) yes
checking whether the target assembler supports thread-local storage... (cached) yes
checking whether the thread-local storage support is from emutls... (cached) no
configure: creating ./config.status
config.status: creating Makefile
config.status: executing default commands
make[2]: Entering directory `/mnt/lfs/gcc-build/gcc-4.6.1/i686-lfs-linux-gnu/libgcc'
Makefile:156: ../.././gcc/libgcc.mvars: No such file or directory
make[2]: *** No rule to make target `../.././gcc/libgcc.mvars'. Stop.
make[2]: Leaving directory `/mnt/lfs/gcc-build/gcc-4.6.1/i686-lfs-linux-gnu/libgcc'
make[1]: *** [all-target-libgcc] Error 2
make[1]: Leaving directory `/mnt/lfs/gcc-build/gcc-4.6.1'
make: *** [all] Error 2
----
-- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
