From: wduminy AT my-dejanews DOT com Newsgroups: comp.os.msdos.djgpp Subject: Re: Linking problems with Rhide Date: Mon, 15 Mar 1999 13:48:35 GMT Organization: Deja News - The Leader in Internet Discussion Lines: 16 Message-ID: <7cj33g$od4$1@nnrp1.dejanews.com> References: <7chtk2$dsq$1 AT oak DOT prod DOT itd DOT earthlink DOT net> NNTP-Posting-Host: 196.28.160.2 X-Article-Creation-Date: Mon Mar 15 13:48:35 1999 GMT X-Http-User-Agent: Mozilla/4.0 (compatible; MSIE 4.01; Windows NT) X-Http-Proxy: 1.1 x5.dejanews.com:80 (Squid/1.1.22) for client 196.28.160.2 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie 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