From: "A. Jans-Beken" Newsgroups: comp.os.msdos.djgpp Subject: Problem make-ing ALLEGRO Date: Sun, 02 Jan 2000 19:51:46 -0800 Organization: World Access Lines: 30 Message-ID: <38701CD2.B91130E@wxs.nl> NNTP-Posting-Host: vl0241-1.dial.wxs.nl Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: reader2.wxs.nl 946839009 1606917 195.121.200.241 (2 Jan 2000 18:50:09 GMT) X-Complaints-To: abuse AT wxs DOT nl NNTP-Posting-Date: 2 Jan 2000 18:50:09 GMT X-Mailer: Mozilla 4.7 [en-gb] (Win98; I) X-Accept-Language: en To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I downloaded the latest DJGPP version, and also ALLEGRO 3.12. My environment looks like this: C:\DJGPP\allegro>set TMP=C:\W98SE\TEMP TEMP=C:\W98SE\TEMP PROMPT=$p$g winbootdir=C:\W98SE COMSPEC=C:\W98SE\COMMAND.COM SOUND=C:\PROGRA~1\CREATIVE\CTSND MIDI=SYNTH:1 MAP:E MODE:0 GCC_EXEC_PREFIX=c:\mw95\lib\gcc-lib\ windir=C:\W98SE BLASTER=A220 I10 D1 H5 P300 T6 E620 PATH=C:\DJGPP\BIN;C:\SYS\BIN;C:\W98SE;C:\W98SE\COMMAND DJGPP=c:/djgpp/djgpp.env CMDLINE=make When I want to make allegro I get this response: C:\DJGPP\allegro>make Compiling Allegro. Please wait... gcc -I. -Isrc -Iobj/djgpp -Wall -Wno-unused -m486 -O3 -ffast-math -fomit-frame-pointer -o obj/djgpp/allegro.o -c src/allegro.c gcc.exe: installation problem, cannot exec `cpp': No such file or directory (ENOENT) make.exe: *** [obj/djgpp/allegro.o] Error 1 Some helpfull sugestions would be welcome.