From: demandrd AT compusmart DOT ab DOT ca (Demandred) Newsgroups: comp.os.msdos.djgpp Subject: Re: Problem make-ing Allegro 2.11 Date: Mon, 30 Dec 1996 00:22:19 GMT References: <32c4575c DOT 0 AT ntnews DOT compusmart DOT ab DOT ca> <5a26a5$18i AT ralph DOT vnet DOT net> <32c5d041 DOT 0 AT ntnews DOT compusmart DOT ab DOT ca> NNTP-Posting-Host: remote330.compusmart.ab.ca Message-ID: <32c70b52.0@ntnews.compusmart.ab.ca> Lines: 33 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp demandrd AT compusmart DOT ab DOT ca (Demandred) wrote: >bdarnell AT vnet DOT net (Ben Darnell) wrote: >>demandrd AT compusmart DOT ab DOT ca (Demandred) was overheard mumbling >>incoherently about Problem make-ing Allegro 2.11: >>>When I run make.exe to make Allegro 2.11, I get the following: >>>gcc -I. -Isrc -Wall -m486 -03 -o obj/adlib.o -c src/adlib.c >>>make.exe: ***[obj/adlib.o] Error -1 >>>Is this a bug, or am I making (another) stupid mistake? >>No, I made the stupid mistake here ;-). The copy of alleg211.zip that >>was uploaded to x2ftp was missing the src/adlib.c file. I have >>uploaded a fixed zip, but until it gets moved out of the incoming dir, >>you can get it from my web page. >>http://users.vnet.net/bdarnell/alleg211.zip >Well, guess what. I downloaded the fixed zip from your web page, and >the error repeated itself. Just out of curiosity, shouldn't adlib.o >be in the /obj directory? It isn't. Okay, time to bite the leather. I was right the first time; I've been making (pardon the pun) a *****REALLY***** stupid mistake. Foolish me to try to run Make when it doesn't have access to other programs (such as gcc.exe, ar.exe, etc...) My apologies to anyone who's wasted time with this thread (and especially to Ben Darnell, for making him think he made a stupid mistake).