From: Elton Fry Newsgroups: comp.os.msdos.djgpp Subject: Re: Allegro makefile Date: Mon, 29 Sep 1997 08:07:47 -0700 Organization: UUNET Internet Africa Lines: 25 Message-ID: <342FC443.75F2@iafrica.com> References: <01bccb4e$f56732c0$86ea0cd1 AT default> NNTP-Posting-Host: 196-31-98-85.iafrica.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Shawn Hargreaves wrote: > > Robert McNulty writes: > >All I get is "bad target." > > This seems to be a problem with the latest version of make (3.76.1). > Just type "make djgpp" and it will work ok... > > -- > Shawn Hargreaves - shawn AT talula DOT demon DOT co DOT uk - http://www.talula.demon.co.uk/ > Beauty is a French phonetic corruption of a short cloth neck ornament. I tried make djgpp on the latest wip and still get this... gcc -I. -Isrc -Isrc/djgpp -Iobj/djgpp -Wall -W -Werror -m486 -O3 -ffast-math -fo mit-frame-pointer -o obj/djgpp/bmp.o -c src/bmp.c gcc -I. -Isrc -Isrc/djgpp -Iobj/djgpp -Wall -W -Werror -m486 -O3 -ffast-math -fo mit-frame-pointer -o obj/djgpp/colblend.o -c src/colblend.c src/colblend.c: In function `blend16_53': src/colblend.c:227: virtual memory exhausted make.exe[1]: *** [obj/djgpp/colblend.o] Error 1 make.exe[1]: Leaving directory `c:/allegro/allegro' make.exe: *** [djgpp] Error 2 Running Win95 Dx5-133 16M 100M+ free.