From: Shawn Hargreaves Newsgroups: comp.os.msdos.djgpp Subject: Re: Help on GCC C++ Compiler Date: Mon, 10 Mar 1997 14:47:04 +0000 Organization: None Distribution: world Message-ID: 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> NNTP-Posting-Host: talula.demon.co.uk MIME-Version: 1.0 Lines: 24 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp 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. */