Date: Thu, 13 Apr 2000 22:20:44 +0500 Message-Id: <200004131720.WAA01910@midpec.com> From: Prashant TR To: djgpp AT delorie DOT com In-reply-to: <8d4naf$f9m$1@news1.sunrise.ch> (osah@geneva-link.ch) Subject: Re: Gpp compiler References: <8d4naf$f9m$1 AT news1 DOT sunrise DOT ch> Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > "Error no file names given" <---- Why should it give me this message when i > compiled my program like this: > > gpp test.cpp > > or like this > > gpp test.cpp -otest.exe -llibstdcxx [even with the .a extension] > > Is there something i'm supposed to do first before trying to compile my > program. Try gpp -o test.exe test.cpp