Ken Moffat wrote:
> On Mon, Jun 19, 2006 at 11:55:36AM -0700, Peter S. Meler wrote:
>> Ken Moffat wrote:
>>> Looking at my logs, crti.o comes from glibc, and should be
>>> found in /tools/lib/crti.o
>>>
>>> - do you have it there ?
>> Yes it is there.
>>
> OK, in that case I assume you have missed one of the patches or
> seds somewhere in this chapter.
>
> If you disagree, does it succeed if you *copy* all the .o crt files
> to /tools/lib64 ? (that's just another way of seeing if it is
> looking in the multilib directory)
>
> Ken
646 tar xjf gcc-4.1.1.tar.bz2
647 cd gcc-4.1.1
648 ls
649 patch -Np1 -i ../gcc-4.1.1-PR20425-1.patch
650 patch -Np1 -i ../gcc-4.1.1-pure64_specs-1.patch
651 patch -Np1 -i ../gcc-4.1.1-posix-1.patch
652 patch -Np1 -i ../gcc-4.1.1-cross_search_paths-1.patch
653 #undef STARTFILE_PREFIX_SPEC
654 #define STARTFILE_PREFIX_SPEC \"/tools/lib/\"" >>
gcc/config/linux.h
655 cp -v gcc/Makefile.in{,.orig}
656 sed -e "[EMAIL PROTECTED](^CROSS_SYSTEM_HEADER_DIR =\)[EMAIL
PROTECTED] /tools/[EMAIL PROTECTED]"
gcc/Makefile.in.orig > gcc/Makefile.in
657 mkdir -v ../gcc-build
658 cd ../gcc-build
659 ../gcc-4.1.1/configure --prefix=/cross-tools
--target=${LFS_TARGET} --host=${LFS_HOST} --disable-multilib
--with-local-prefix=/tools --disable-nls --enable-shared
--enable-languages=c,c++ --enable-__cxa_atexit --enable-c99
--enable-long-long --enable-threads=posix
660 make AS_FOR_TARGET="${LFS_TARGET}-as"
LD_FOR_TARGET="${LFS_TARGET}-ld"
661 make AS_FOR_TARGET="${LFS_TARGET}-as" \
[EMAIL PROTECTED]:/tools$ ls -l
total 10
drwxr-xr-x 2 lfs lfs 408 Jun 19 08:27 bin/
drwxr-xr-x 2 lfs lfs 72 Jun 19 08:27 etc/
drwxr-xr-x 24 lfs lfs 3776 Jun 19 08:27 include/
drwxr-xr-x 2 lfs lfs 456 Jun 19 08:26 info/
drwxr-xr-x 3 lfs lfs 2720 Jun 19 08:27 lib/
drwxr-xr-x 3 lfs lfs 96 Jun 19 08:27 libexec/
drwxr-xr-x 2 lfs lfs 224 Jun 19 08:27 sbin/
drwxr-xr-x 5 lfs lfs 120 Jun 19 08:26 share/
\
something is up some where.
Pete
_______________________________________________
Clfs-support mailing list
[email protected]
http://ninja.linux-phreak.biz/mailman/listinfo/clfs-support