From: eplmst AT lu DOT erisoft DOT se (Martin Stromberg) Newsgroups: comp.os.msdos.djgpp Subject: Re: problems installing allegro Date: 18 Nov 2002 16:28:04 GMT Organization: Ericsson Erisoft AB, Sweden Lines: 34 Message-ID: References: NNTP-Posting-Host: lws256.lu.erisoft.se X-Newsreader: TIN [version 1.2 PL2] To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com mark (mark_jamieson AT hotmail DOT com) wrote: : Hi, I've tried everything I can think of to get make to work with = : allegro, and it just won't. When I type make in the allegro directory it = : says : "Your PATH is not set correctly! This must include the : djgpp bin directory: see the djgpp readme.1st for details." : but my path clearly is set correctly that make was found when i ran it. = Really? : I also have the DJGPP variable set correctly in my autoexec.bat.=20 : If i comment out the path check in the makefile then i get a new error = : that looks like this: : "Compiling Allegro for djgpp, optimised. Please wait... : gcc -DALLEGRO_SRC -Wall -Wno-unused -mcpu=3Dpentium -O2 -funroll-loops = : -ffast-math -fomit-frame-pointer -I. -I./include -o = : obj/djgpp/alleg/allegro.o -c src/allegro.c : make.exe: *** [obj/djgpp/alleg/allegro.o] Error -1" If I'm not mistaken this means your path is not set correctly. And as you didn't bother to show us just what your path is, I won't bother telling you what's wrong with it. : : Please don't post HTML. Right, MartinS