From: tangchis AT iscs DOT nus DOT sg ([Uzi Suicide]) Newsgroups: comp.os.msdos.djgpp Subject: Re: Allegro V2.11 Date: 27 Dec 1996 21:10:44 GMT Organization: The Electric WatchTower Lines: 22 Message-ID: <5a1e0k$gf8@nuscc.nus.sg> References: <01bbf389$30c979c0$4a2449c2 AT default> NNTP-Posting-Host: tangchis AT decunx DOT iscs DOT nus DOT sg To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Thomas Harte (T DOT Harte AT btinternet DOT com) wrote: : vesa.o obj/vga.o obj/video7.o obj/xgfx.o : C:\DJGPP\BIN/ar.exe: obj/adlib.o: No such file or directory (ENOENT) : make.exe: *** [liballeg.a] Error 1 The file adlib.c in /SRC is missing from Allegro 2.11. Try getting Allegro 2.0 and copy the file adlib.c from there into your Allegro 2.11 /SRC dir. It'll solve the problem. Just in case you don't have the gcc c++ libs iostream and fstream (if u installed the common basic djgpp distrib), you might want to d/l them from any djgpp ftp sites, since after you solve the above problem, you might encounter this if you don't have the c++ libs. setup.cc in /SRC/SETUP requires them. :) Just ignore the fact that setup.cc doesn't compile if you feel like you don't need it or don't want to d/l the c++ libs. --- [jixing]