Using "Cross-Compiled Linux From Scratch
     Version SVN-20060614-x86_64-Pure64"
     at step 5.9.1. Installation of GCC Cross Compiler
     on a slackware 10.2 - AMD Athlon(tm) 64 X2 Dual Core Processor 4600+

  env (just the goodies)

HOSTNAME=space.spacetime.psm
SHELL=/bin/bash
TERM=xterm

LC_ALL=POSIX
USER=lfs

LFS=/mnt/lfs
BUILD64=-m64
LFS_HOST=i486-slackware-linux-gnu

PATH=/cross-tools/bin:/bin:/usr/bin
LC_COLLATE=C
INPUTRC=/etc/inputrc
PWD=/mnt/lfs/sources/gcc-build

LFS_TARGET=x86_64-unknown-linux-gnu
LANG=en_US
[EMAIL PROTECTED]:\w\$
PS2=>
SHLVL=1
HOME=/home/lfs

_=/usr/bin/env




     the command

     make AS_FOR_TARGET="${LFS_TARGET}-as" \
     LD_FOR_TARGET="${LFS_TARGET}-ld"

     blows up with:

then mv -f ./libgcc_s.so.1 ./libgcc_s.so.1.backup; else true; fi && mv 
./libgcc_s.so.1.tmp ./libgcc_s.so.1 && ln -s libgcc_s.so.1 ./libgcc_s.so
/cross-tools/bin/x86_64-unknown-linux-gnu-ld: crti.o: No such file: No 
such file or directory
collect2: ld returned 1 exit status
make[3]: *** [libgcc_s.so] Error 1
make[3]: Leaving directory `/mnt/lfs/sources/gcc-build/gcc'
make[2]: *** [stmp-multilib] Error 2
make[2]: Leaving directory `/mnt/lfs/sources/gcc-build/gcc'
make[1]: *** [all-gcc] Error 2
make[1]: Leaving directory `/mnt/lfs/sources/gcc-build'
make: *** [all] Error 2


I am new to CLSF. This is my third try.  I have not had a successfull 
CLFS build.  Hints, suggestions welcome.

Thanks for listening,

Pete

_______________________________________________
Clfs-support mailing list
[email protected]
http://ninja.linux-phreak.biz/mailman/listinfo/clfs-support

Reply via email to