Date: Sun, 26 May 1996 18:53:10 +0200 (IST) From: Eli Zaretskii To: Beer Hunter Cc: djgpp AT delorie DOT com Subject: Re: HELP! RHIDE KEEPS BOMBING OUT ON ME!? In-Reply-To: <31a8340a.156371@news.erinet.com> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Sun, 26 May 1996, Beer Hunter wrote: > Also, I prefer the default mask to be *.C not *.CC. How can I change > that? GCC has a switch (-x c++) to force C++ compilation regardless of the file extension. You can find more info about that in section 8.3 of the DJGPP FAQ list (which you should read anyway, being a new user of DJGPP). The FAQ is available as v2/faq200b.zip from the same place you get DJGPP.