This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

strange compilation error


Hello!

first I have to say that my conaissances in programmation (and in
english (-; ) aren't very good....

I got a very strange error compiling gcc:
-I downloaded the release 3.2.2

-I configured it: 
 /root/install/gcc-3.2.2/configure --enable-shared --with-gnu-as
--disable-nls 		  --with-gnu-ld  --enable-languages=c,c++,java  

-I started the compilation: 
	make bootstrap 

-The compilaton ended with this error:
/usr/include/bits/string2.h: In function `__strcpy_small':
/usr/include/bits/string2.h:0: Internal compiler error in expand_stmt,
at c-semantics.c:859
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
make[2]: *** [fold-const.o] Error 1
make[1]: *** [stage2_build] Error 2
make: *** [bootstrap] Error 2

-I did again "make bootstrap" without ANY changes to configuration, ...
and the comilation WAS COMPLETED SUCCESFULLY!!!?


Something similar happend in a previous try I then had to redo because
of a wrong configuration.

Maybe it's a problem of my system? hardware? something else?

Thanks for helping...!

Simon



 -- A computer without Windows is like a piece of chocolate cake 
		...without moutard!


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