From: "Jordi Vidaña Caballé" Newsgroups: comp.os.msdos.djgpp Subject: Can't link non standard library. FAQ not enough. Date: 1 Apr 1997 17:49:17 GMT Organization: Unisource Espana NEWS SERVER Lines: 16 Message-ID: <01bc3ec5$8456ed20$86e04cc3@10.0.1.1.inf> NNTP-Posting-Host: ppp134.224.redestb.es To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp I've recently changed Turbo C++ by Djgpp and wanted to use the same libraries I've been using, so I opened a project in rhide and put the suffix .a to the target filename. Once compiled, I moved the library to \djgpp\lib, then wrote its name in the list of libraries to link and checked the box to the left. When trying to link, ld says "no such file or directory (ENOENT)". I've written the library name with suffix .a, without it, with and without the path before it's name and the result is always the same. The variable DJGPP is correctly set and djgpp.env is in the correct place, and there is also FILES variable declared. What am I doing wrong? Thanks.