Re: 6.16 GCC-4.4.3 make -k check Error 2

2010-04-03 Thread mastah
> 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

Re: 6.16 GCC-4.4.3 make -k check Error 2

2010-04-03 Thread Rick Shelton
> 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

Re: 6.16 GCC-4.4.3 make -k check Error 2

2010-04-03 Thread mastah
>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)

Re: 6.16 GCC-4.4.3 make -k check Error 2

2010-04-02 Thread Aleksandar Kuktin
>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

6.16 GCC-4.4.3 make -k check Error 2

2010-04-02 Thread mastah
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