Date: Tue, 1 Dec 1998 10:30:28 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Arthur cc: djgpp AT delorie DOT com Subject: RE: gcc and g++ problem In-Reply-To: <199811302201.WAA14078@remus.clara.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com On Mon, 30 Nov 1998, Arthur wrote: > > > Use gxx instead of gcc or g++/gpp - it'll detect according to filename. > > > > Or try using .CC instead of .CPP > > Would that make a difference? No, it won't make any difference. But neither would the use of gxx as opposed to gcc, since both implement the same method of deducing the source language from the file name extension.