From: Andrew Crabtree Message-Id: <199704091816.AA052569771@typhoon.rose.hp.com> Subject: LibAlleg To: jdj AT post3 DOT tele DOT dk (Jeff Jensen) Date: Wed, 09 Apr 1997 11:16:11 PDT Cc: djgpp AT delorie DOT com In-Reply-To: <19970409174200.AAA18406@winter>; from "Jeff Jensen" at Apr 9, 97 6:42 pm > compile the examples that comes with it. I get the error 'cannot open > -lalleg'. I have put alleg in 'Libraries' in options and marked it. I I thought the new version auto-moved the library but maybe not. You need to have the file liballeg.a in your DJGPP/lib directory. If it is not there move (or copy) it from your allegro directory. You should also put the allegro header file into DJGPP/include if it is not there. Andrew