Newsgroups: comp.os.msdos.djgpp From: "Dennis Moran" Subject: Re: Help on GCC C++ Compiler Message-ID: <01bc2d8a$76a828c0$560520ce@coolio> Date: Mon, 10 Mar 1997 19:45:51 GMT References: <19970309193200 DOT OAA02994 AT ladder01 DOT news DOT aol DOT com><01bc2ccc$cb887700$630520ce AT coolio> <5g068m$oep AT news DOT ox DOT ac DOT uk><01bc2d56$4c998c60$570520ce AT coolio> Lines: 41 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Shawn Hargreaves wrote in article ... > Dennis Moran writes: > >Compiling the djgpp version of Allegro. Please wait... > >gcc -I. -Isrc -Isrc/djgpp -Iobj/djgpp -Wall -Werror -m486 -O3 -ffast-math > >-fomit > >-frame-pointer -o obj/djgpp/allegro.o -c src/allegro.c > >make.exe: *** [obj/djgpp/allegro.o] Error -1 > > "Error -1" usually means that make can't find the program it is trying > to run, which in this case is gcc. Is the djgpp\bin directory in your > path? If you are having to type a full file path to run make, eg. > c:\djgpp\bin\make.exe, then you have it set up wrong. > > Eli: I was just about to suggest that he go read the FAQ, but upon > trying to find the relevant section number, I discovered that there > doesn't seem to be any reference to putting the bin dir in your path! Am > I just hopelessly incompetent and looking in the wrong place, or is this > info truly absent? (as if there's _anything_ that isn't in the FAQ > somewhere :-) > > > /* > * 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. > */ > > Nope, I didn't have it in the path. After I installed it without putting it in the path I had no problems... Thanks, it works now... -- Dennis Moran (aka Coolio) coolio AT coolio9 DOT com http://coolio9.com/