Hi, > When I got this I tried again to continue with make, and it worked for a > while, stopping in a new fail.
Then, this is not a gcc bug. Bugs with gcc are deterministic, not random. i.e. it shall reproduce with the same steps. Otherwise, it's more likely an environment failure (bad RAM, overclocked/heated cpu, not enough space left, etc.). > Now the problem is not only with C++ source, I got the following error > when trying to compile WineX (C code): > > ------ > > gcc -c -I. -I. -I../../include -I../../include -O3 -fomit-frame-pointer > -pipe -mcpu=pentiumpro -march=i586 -ffast-math -fno-strength-reduce > -mcpu=i686 -march=i686 -O2 -DNDEBUG -fomit-frame-pointer -Wall > -mpreferred-stack-boundary=2 -D__WINE__ -DNO_DEBUG_MSGS -DNO_TRACE_MSGS > -D_REENTRANT -o reader.o reader.c Add -save-temps to this command line. Then send a bug report with the reader.i file generated to the URL below: > Please submit a full bug report, > with preprocessed source if appropriate. > See <URL:https://qa.mandrakesoft.com/> for instructions. Bye, Gwenole.
