Date: Thu, 4 Nov 1999 18:46:19 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Sven Hergenhahn cc: djgpp AT delorie DOT com Subject: Re: DJGPP with ultraedit In-Reply-To: <38228bd1.9587359@news.urz.uni-heidelberg.de> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Thu, 4 Nov 1999, Sven Hergenhahn wrote: > >gcc prog1.c > > No, that didn't work - after all, I'm trying to compile cpp-files > (it is c++-code) Then "gpp prog1.cc" (or prog1.cpp, as the case may be) should do the trick. Note that this is all straight from the file README.1ST...