From: Plamen Petkov Newsgroups: comp.os.msdos.djgpp Subject: Linking with DJGPP Date: Thu, 21 May 1998 21:38:26 -0400 Organization: Pathway Communications Lines: 21 Message-ID: <3564D712.8F5E4C4A@pathcom.com> NNTP-Posting-Host: ts23l12.pathcom.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Hi, I am having trouble linking from the command line. For example: ld -Ld:/djgpp/allegro/lib/djgpp/ -lliballeg -oex1.exe ex1.o generates the following error: d:/djgpp/bin/ld.exe: cannot open -lliballeg: No such file or directory (ENOENT) I have tried giving the full path, with and without the .a extension, the DOS and the UNIX slashes, but all combinations fail. What am I doing wrong? Thanks, Aleko