Re: Help needed with gcc-4.1.0 on Linux

2006-03-08 Thread Tom Williams
Jim Wilson wrote: > Tom Williams wrote: >> I downloaded gcc-4.1.0 the other day and the compile went fine. When I >> ran "make check" to make sure all went well, I get this error: > > Always use "make -k check". Otherwise, make will exit after the first > failure, instead of running all of the test

Re: Help needed with gcc-4.1.0 on Linux

2006-03-08 Thread Jim Wilson
Tom Williams wrote: I downloaded gcc-4.1.0 the other day and the compile went fine. When I ran "make check" to make sure all went well, I get this error: Always use "make -k check". Otherwise, make will exit after the first failure, instead of running all of the testsuites. Some failures a