From: "DooMWiz" Newsgroups: comp.os.msdos.djgpp Subject: Re: What do i do after hello.c has been created? Date: Wed, 14 Apr 1999 17:46:01 -0500 Organization: The Internet Connection - ticnet.com (using Airnews.net!) Lines: 27 Message-ID: X-Orig-Message-ID: <7f5lut$geg AT library2 DOT airnews DOT net> References: <7f32qq$1hs$1 AT nnrp1 DOT dejanews DOT com> Abuse-Reports-To: abuse at ticnet.com to report improper postings NNTP-Proxy-Relay: library2.iadfw.net NNTP-Posting-Time: Thu Apr 15 16:33:18 1999 NNTP-Posting-Host: !^Y0n4F\J?ZZj,\ (Encoded at Airnews!) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2014.211 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com wrote in message news:7f32qq$1hs$1 AT nnrp1 DOT dejanews DOT com... > in cpp.exe do I type C:/djgpp > gcc hello.c -o hello.exe? Uhmmm...I'm not sure what you're doing, but I'll give it a stab... If you are compiling a C++ program (.cpp extension), use this command-line in DOS: gxx hello.cpp -o hello.exe If you're compiling a C program (denoted by the .c extension), use this command-line in DOS: gcc hello.c -o hello.exe I don't see what you could be doing wrong... -- --DooMWiz-- Doom Development Environment @ http://dde.tsx.org calloc(1,sizeof(geek)) <-- irc.cs.cmu.edu "Conformity Adheres to Normality" - DooMWiz "If we stop living because we fear death, then we have already died." - Raistlin