Message-ID: <35B9583A.4CDC44E@wpi.edu> Date: Fri, 24 Jul 1998 23:59:54 -0400 From: Scott Ingram MIME-Version: 1.0 Newsgroups: comp.os.msdos.djgpp Subject: Compile problem Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit NNTP-Posting-Host: 166.72.251.109 Organization: IBM.NET Lines: 10 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk I am trying to compile one of the test files which come with allegro.... Anyway, I type gcc test.c -o test.exe -lalleg, just as specified in the allegro faq, however I get a message which says d:/djgpp/bin/ld.exe: cannot open -lalleg: No such file or directory (ENOENT) I have allegro.h residing in the same directory as test.c... I am confused.