From: Weiqi Gao Newsgroups: comp.os.msdos.djgpp Subject: Re: (newbie needs help)Compiling C++ Date: Thu, 12 Aug 1999 23:45:59 -0500 Organization: CRL Network Services Lines: 18 Message-ID: <37B3A307.F133DA78@a.crl.com> References: <19990813001641 DOT 27934 DOT 00000332 AT ng-cj1 DOT aol DOT com> NNTP-Posting-Host: a116011.stl1.as.crl.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Mozilla 4.6 [en] (X11; I; Linux 2.0.36 i586) X-Accept-Language: en To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com DarkAngel wrote: > > when I compile my Hello World program in C++, I get no error messages or .exe > file? What's wrong? > > C:\DJGPP>gxx -o Hello.ccp Hello.exe > > C:\DJGPP> > > And there's still no .exe file. HELP! > DarkAngel Should be gxx -o Hello Hello.cpp -- Weiqi Gao weiqigao AT a DOT crl DOT com