http://pastebin.com/474591

2nd pass of gcc 4.0.2....

[EMAIL PROTECTED] /mnt/lfs/tools $ echo 'main(){}' > dummy.c
[EMAIL PROTECTED] /mnt/lfs/tools $ cc dummy.c
[EMAIL PROTECTED] /mnt/lfs/tools $ readelf -l a.out | grep ': /tools'
      [Requesting program interpreter: /tools/lib/ld-linux-x86-64.so.2]


[EMAIL PROTECTED] /mnt/lfs/tools $ ls -l /tools/lib/ld*
-rwxr-xr-x  1 lfs lfs 459295 Dec 21 14:06 /tools/lib/ld-2.3.6.so
lrwxrwxrwx  1 lfs lfs     11 Dec 21 14:06
/tools/lib/ld-linux-x86-64.so.2 -> ld-2.3.6.so


full gcc-build/gcc/config.log here:
http://pastebin.com/474614

have been following devel book verbatim, except using --disable-multilib
for 1st & 2nd pass gcc compiles

host system is:
 emerge --info
Portage 2.0.51.22-r2 (default-linux/amd64/2005.1, gcc-3.4.3,
glibc-2.3.5-r0, 2.6.12-gentoo-r6 x86_64)
=================================================================
System uname: 2.6.12-gentoo-r6 x86_64 AMD Athlon(tm) 64 Processor 3000+
Gentoo Base System version 1.6.12
dev-lang/python:     2.3.5
sys-apps/sandbox:    1.2.11
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.5
sys-devel/binutils:  2.15.92.0.2-r10
sys-devel/libtool:   1.5.18-r1
virtual/os-headers:  2.6.11-r2
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=k8 -pipe -O2"
CHOST="x86_64-pc-linux-gnu"
CXXFLAGS="-march=k8 -pipe -O2"

up to this point I've proceeded without incident, other than expect,
which wouldn't compile unless I copied the 'unix' subdirectory of
tcl-8.4.10to the parent directory of the expect build... something about
'../unix/tclUnixPort.h No such file or directory' during make
----------------------
Wade Nelson
[EMAIL PROTECTED]

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to