This is the mail archive of the gcc-bugs@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]

Re: internal compiler error


> Please have a look at my Makefile included in the tar copy for details.
> The compiler output was the follwing:
> 
> g++-2.95 -Wall  -g -I/software/packages/blitz-19990624/i486-pc-linux-gnu-2.0/
> -pg  -c -o quantum.o quantum.cc
> quantum.cc: In function `int main(char, char **)':
> quantum.cc:13: Internal compiler error.
> quantum.cc:13: Please submit a full bug report.
> quantum.cc:13: See <URL:http://egcs.cygnus.com/faq.html#bugreport> for
> instructions.

Thanks for your bug report. Unfortunately, I can't reproduce it; make says

g++ -Wall  -g -I/software/packages/blitz-19990624/i486-pc-linux-gnu-2.0/ -pg  -c -o quantum.o quantum.cc 
In file included from quantum.cc:7:
global.hh:32: random/uniform.h: Datei oder Verzeichnis nicht gefunden

Please see

http://www.gnu.org/software/gcc/bugs.html

and the section "Reporting Bugs" in the gcc manual.

Regards,
Martin

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