From: "Thorsten Erdmann" Newsgroups: comp.os.msdos.djgpp Subject: How to Use libraries Date: Tue, 1 Feb 2000 18:20:57 +0100 Organization: EWE TEL Lines: 22 Message-ID: <87b91o$7id$1@ac1.ewetel.de> NNTP-Posting-Host: dialin-83024.ewetel.net X-Trace: ac1.ewetel.de 949561208 7757 212.6.83.24 (3 Feb 2000 07:00:08 GMT) X-Complaints-To: abuse AT ewetel DOT net NNTP-Posting-Date: 3 Feb 2000 07:00:08 GMT 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 PLEASE HELP I just tried to use non-standard libraries with DJGPP and RHIDE 1.4. I want to use Allegro, the demo's makefile works fine and the demos are running. But if I use it in my own program the linker don't find liballeg.a, which I added to the Libraries in RHIDE. I copied it to the DJGPP/lib directory and added that path to the Library Paths in RHIDE. It doesn't help. Then I tried to save the makefile and use that. It doesn't work. It says "nothing to do". I tried using some other libraries which lay in the standard lib path - same problem. The DJDIR and DJGPP variables are set properly, using / for paths. What is wrong. Please help, I cannot do anything with my program now. Thank you Thorsten