Samad Lotia wrote:
> Hello,
> I've been following the development version of x86-64 (pure) with
> great results so far. I have finished compiling all the tools and
> successfully chrooted to my $CLFS partition.
>
> Since starting chapter 10, I decided to mimic the GoboLinux-like tree
> structure. So far, everything has gone smoothly until I tried
> compiling glibc. Here is how I ran configure:
>
> CFLAGS="-march=$(cut -d- -f1 <<< $MACHTYPE) \
>     -mtune=generic -g -O2" ../glibc-2.7/configure
> --prefix=/Programs/glibc/2.7/ \
>     --disable-profile --enable-add-ons --enable-kernel=2.6.0 \
>     --libexecdir=/Programs/glibc/2.7/
>
> Then make without any compile errors:
> make
>
> When I ran the tests, I encountered a significant number of unit test
> failures. It could not even find libgcc_s.so.1. I am guessing that my
> configure parameters are not specified correctly. All shared libraries
> are stored in /System/lib, including libgcc_s.so.1, and /usr/lib and
> /lib all point to /System/lib.
>
> If I complete CLFS, I would be very happy!
>
> Samad
> _______________________________________________
> Clfs-support mailing list
> [email protected]
> http://lists.cross-lfs.org/cgi-bin/mailman/listinfo/clfs-support
>   
Did you configure the linker to use your new directories?
_______________________________________________
Clfs-support mailing list
[email protected]
http://lists.cross-lfs.org/cgi-bin/mailman/listinfo/clfs-support

Reply via email to