From: "Dixon" Newsgroups: comp.os.msdos.djgpp Subject: Re: Linking problems with Rhide Date: Wed, 17 Mar 1999 17:11:29 -0700 References: <7chtk2$dsq$1 AT oak DOT prod DOT itd DOT earthlink DOT net> <7cj33g$od4$1 AT nnrp1 DOT dejanews DOT com> X-Posted-Path-Was: not-for-mail X-Priority: 3 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.0810.800 X-ELN-Date: 18 Mar 1999 00:05:28 GMT X-ELN-Insert-Date: Wed Mar 17 16:15:01 1999 Organization: EarthLink Network, Inc. X-Newsreader: Microsoft Outlook Express 5.00.0810.800 X-MSMail-Priority: Normal Lines: 26 NNTP-Posting-Host: 1cust132.tnt1.cheyenne.wy.da.uu.net Message-ID: <7cpg08$kp6$1@birch.prod.itd.earthlink.net> To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com thanks wrote in message news:7cj33g$od4$1 AT nnrp1 DOT dejanews DOT com... >In article <7chtk2$dsq$1 AT oak DOT prod DOT itd DOT earthlink DOT net>, > "Dixon" wrote: >> I recently downloaded rhide and djgpp. I got everything to work and from >> rhide I could compile and link the files so that I had an executable. Now it >> only wants to compile, but not link the files. What do I have to do so that >> it'll link the files and create the executable? >> >> Thanks > >Make sure you have included all the libraries. Tip: Test the process on the >command line first, using gcc. If it works there, you know rhide should also >work. Use -llibname on the command line: eg: gcc -o hello.exe hello.cc >-lstdcx Hope it helps. > >-----------== Posted via Deja News, The Discussion Network ==---------- >http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own