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: DJGPP2.952 internal compiler error


> 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

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