From: kormt_sereg AT my-deja DOT com Newsgroups: comp.os.msdos.djgpp Subject: Re: Now I'm REally confused... Date: Thu, 08 Jul 1999 14:54:41 GMT Organization: Deja.com - Share what you know. Learn what you don't. Lines: 29 Message-ID: <7m2e3a$dck$1@nnrp1.deja.com> References: NNTP-Posting-Host: 142.177.66.19 X-Article-Creation-Date: Thu Jul 08 14:54:41 1999 GMT X-Http-User-Agent: Mozilla/4.5 [en] (Win95; U) X-Http-Proxy: 1.0 x41.deja.com:80 (Squid/1.1.22) for client 142.177.66.19 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com OK, It's all coming together now. In article , djgpp AT delorie DOT com wrote: > > On Wed, 7 Jul 1999 kormt_sereg AT my-deja DOT com wrote: > > > I did the code for hello.cpp and named it just that. Now to turn it into > > an .obj I right click on gxx.exe and goto the command line and put > > gcc -c -Wall hello.cpp or so it says in readme1st. I did this and it > > didn't work. And I thought I was so close. :( > > Don't right-click on anything, DJGPP is not of the ``clickable'' > variety. Simply open a DOS box, and then CD to the directory where > you created your hello.cpp file and type this into the DOS box: > > gxx hello.cpp -o hello.exe > > If all goes well, you shall have hello.exe that you can run. If > something goes wrong, you will see error messages from the compiler, > which you need to deal with. > Sent via Deja.com http://www.deja.com/ Share what you know. Learn what you don't.