This is the mail archive of the glibc-linux@ricardo.ecn.wfu.edu mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Error during 'make check' in glibc 2.1.2


Count Zero <count0@linuxfreak.com> writes:

>    I've compiled glibc 2.1.2 nicely, but when I'm doing a make check, I
> get an error during the math tests (see attachment). I'm using pgcc
> 2.95.1, so it could be a problem with the compiler... I used too much
> optimization while building the library ( -O99 -mcpu=pentiumpro ), but I
> tried to rebuild it with no optimization at all and got the same problem
> during the check.

I found that using (plain) gcc 2.95.1 on a Pentium specifying
"CFLAGS=-march=i586" before configure also failed this test. Deleting
the build directory and trying again without specifying any compiler
flags, all the tests passed OK.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]