Date: Mon, 8 Jun 1998 22:09:03 -0400 (EDT) Message-Id: <199806090209.WAA21537@delorie.com> From: DJ Delorie To: a DOT gillett AT virgin DOT net CC: djgpp AT delorie DOT com In-reply-to: (a DOT gillett AT virgin DOT net) Subject: Re: OH GOD HELP ME SOMEONE READ THIS!!!! S.O.S!! Precedence: bulk > > g++ hello.cpp -o hello.exe > > Shouldn't that be 'gpp'? The latest versions of gcc for djgpp include both g++.exe and gpp.exe. Unix uses g++, so the extra copy is included for Win95 users, so that they (at least) can use the same command as Unix, even though DOS users can't.