Date: Thu, 10 Apr 1997 20:19:53 +0300 (IDT) From: Eli Zaretskii To: Francois Charton cc: djgpp AT delorie DOT com Subject: Re: optimisation dumps in djgpp: howto? In-Reply-To: <334BC395.4DC9@pobox.oleane.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Wed, 9 Apr 1997, Francois Charton wrote: > Unfortunately, I could not make them work with djgpp: such switches > produce files with names like > > myprog.c.something > > and DOS will not accept them. > > Is there a way to workaround this? Did you try to set -dumpbase to a name without a dot? AFAIK, GCC makes these filenames by appending the .something to whatever -dumpbase says. Another way would be of course to download the GCC sources and fix this problem once and for all ;-).