> The /tools in the SEARCH_DIR is what worries me.
> grep 'SEARCH.*/usr/lib' dummy.log |sed 's|; |\n|g'
> SEARCH_DIR("/tools/i686-pc-linux-gnu/lib")
> Shouldn't it be /usr/i686-pc-linux-gnu/lib
>
> may this pose any problems later or should i just keep going?
> This is a problem. You should back u
> The /tools in the SEARCH_DIR is what worries me.
> grep 'SEARCH.*/usr/lib' dummy.log |sed 's|; |\n|g'
> SEARCH_DIR("/tools/i686-pc-linux-gnu/lib")
> Shouldn't it be /usr/i686-pc-linux-gnu/lib
>
> may this pose any problems later or should i just keep going?
This is a problem. You should back up
>First off, you should include more information about your failure.
>
Here is the test information:
=== g++ Summary ===
# of expected passes20139
# of expected failures 156
# of unsupported tests 99
/sources/gcc-build/gcc/testsuite/g++/../../g++ version 4.4.3 (GCC)
>On Fri, 02 Apr 2010 07:26:59 -0400
>mas...@mail.com wrote:
>
>
> Hi i am using the LFS 6.6 book to build my LFS, but now im kinda
> stuck.
>
> I have compiled GCC but when i run the tests i get this:
>
> make: *** [do-check] Error 2
> make: Target `checkĀ“ not remade because of errors.
>
> The
Hi i am using the LFS 6.6 book to build my LFS, but now im kinda stuck.
I have compiled GCC but when i run the tests i get this:
make: *** [do-check] Error 2
make: Target `checkĀ“ not remade because of errors.
Then i make installed it and did the symlinks.
The first test checks out right.
[R