From: "Deadhead" Newsgroups: comp.os.msdos.djgpp Subject: Help ! Error building Allegro Date: Sat, 31 Oct 1998 02:04:21 -0000 Organization: Customer of Planet Online Lines: 28 Message-ID: <71drbv$tgo$1@newsreader1.core.theplanet.net> NNTP-Posting-Host: modem-34.lanthanum.dialup.pol.co.uk X-Trace: newsreader1.core.theplanet.net 909799615 30232 62.136.28.34 (31 Oct 1998 02:06:55 GMT) NNTP-Posting-Date: 31 Oct 1998 02:06:55 GMT X-Newsreader: Microsoft Outlook Express 4.72.3110.5 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I can't get Allegro 3 to build. All the compiles work OK but when it gets to the linker I get the error ar: file "obj/djgp" : The system cannot find the file specified ar: creating lib/djgpp/liballeg.a make.exe: *** [lib/djgpp/liballeg.a] Error 1 yes thats right 'djgp' not 'djgpp'. Ive looked through the docs and FAQ but I cant see what I'm doing wrong. One thing, the "ALLEGRO environment variable" is mentioned in several places without an example of what it should be, so Im setting it to SET ALLEGRO=D:\ALLEGRO (and yes, I am installing it to drive D:) Is that right ? Is there some other setting/configuration I'm missing ? I've installed djgpp and compiled a couple of progs so everything looks OK there. TIA