DJGPP2.952 internal compiler error

Martin v. Loewis martin@loewis.home.cs.tu-berlin.de
Mon Mar 6 00:48:00 GMT 2000


> I you have any problem to reproduce the bug or need some additional
> information, do not hesitate to contact me. 

Thanks for your bug report. I have indeed problems reproducing it, as
I don't have ready access to an MSDOS installation with djgpp. Please
have a look at

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

All we need is preprocessor output for the file that crashes, and the
command line which was used to invoke the compiler. That avoids
distributing makefiles - when I invoke make with your makefile on my
Linux system, it says

makefile:14: Extraneous text after `ifeq' directive
makefile:17: Extraneous text after `endif' directive
makefile:42: Extraneous text after `ifneq' directive
makefile:44: Extraneous text after `endif' directive
makefile:45: Extraneous text after `ifneq' directive
makefile:47: Extraneous text after `endif' directive
makefile:56: *** commands commence before first target.  Stop.

When I invoke a plain 'make -S packer.cpp', it says

In file included from packer.cpp:28:
conf.h:92: #error "you lose"
packer.cpp:29: file.h: Datei oder Verzeichnis nicht gefunden

Regards,
Martin


More information about the Gcc-bugs mailing list