Message-Id: <199908130844.LAA26534@ankara.Foo.COM> From: "S. M. Halloran" Organization: User RFC 822- and 1123-compliant To: djgpp AT delorie DOT com Date: Fri, 13 Aug 1999 12:50:19 +0200 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: (newbie STILL needs help)Compiling C++ In-reply-to: <19990813003344.27934.00000338@ng-cj1.aol.com> X-mailer: Pegasus Mail for Win32 (v3.12) 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 13 Aug 99, DarkAngel was found to have commented thusly: > ok, I changed it to "Hello.cpp" and I still have the same prog, compiler puts > out no error messages or "*.exe" prog. > > C:\DJGPP>gxx -o Hello.cpp Hello.exe > > C:\DJGPP> No error messages at all? Like "source file 'Hello.exe' not found"? Try this: 1. 'gxx -o hello.exe hello.cpp' or just try this alone: 2. 'gxx hello.cpp' If that works, then type 'info gcc' and read it slowly and thoroughly (the options are the same in gxx). Other useful options to know about if you're into command lines are '-I', '-D', '-c', '-S', '-l'. Mitch Halloran Research (Bio)chemist Duzen Laboratories Group Ankara TURKEY