This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: DJGPP2.952 internal compiler error
- To: etienne_jl at email dot com
- Subject: Re: DJGPP2.952 internal compiler error
- From: "Martin v. Loewis" <martin at loewis dot home dot cs dot tu-berlin dot de>
- Date: Mon, 6 Mar 2000 09:47:24 +0100
- CC: gcc-bugs at gcc dot gnu dot org
- References: <20000306081208.13539.qmail@web1608.mail.yahoo.com>
> 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