Date: Sun, 20 Aug 1995 13:02:40 +0300 (IDT) From: Eli Zaretskii To: "Hakansson Magnus, Telelarm" Cc: "'DJGPP'" Subject: Re: C++ compilation On Mon, 14 Aug 1995, Hakansson Magnus, Telelarm wrote: > Is it possible to preserve an intermediate C file in a C++ compilation? > > I want to keep the C file because a want a special C compiler compile it for > an > embedded system. There is a GCC switch called -save-temps which will cause GCC to not delete its intermediate files. I don't know if that includes what you want.