From: "Edmund Horner" Newsgroups: comp.os.msdos.djgpp References: <002b01bff7be$3635b6c0$f7a17cd4 AT thewzrd> Subject: Re: HELP Lines: 39 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Organization: Paradise Net Message-ID: <964706401.523443@shelley.paradise.net.nz> Cache-Post-Path: shelley.paradise.net.nz!unknown AT 203-96-158-121 DOT tnt4 DOT paradise DOT net DOT nz X-Cache: nntpcache 2.4.0b5 (see http://www.nntpcache.org/) Date: Fri, 28 Jul 2000 02:02:09 +1200 NNTP-Posting-Host: 203.96.152.26 X-Complaints-To: newsadmin AT xtra DOT co DOT nz X-Trace: news.xtra.co.nz 964706420 203.96.152.26 (Fri, 28 Jul 2000 02:00:20 NZST) NNTP-Posting-Date: Fri, 28 Jul 2000 02:00:20 NZST To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Make sure you've got c:\djgpp\bin in the path. The compiler isn't responsible for IntelliSense, etc. This is part of whatever IDE you want to use. "Prihosko Anatolij" wrote in message news:002b01bff7be$3635b6c0$f7a17cd4 AT thewzrd... > Test > I have a problem with djgpp and i think its because i didnt installed it right. > I downloaded djgpp because i wanted to see what was everybody talking about, > and because of Allegro which is the reason of this message was being send. > I cant install Allegro!!! > I do every thing as in readme file but i cant compile it with make (later i tried to compile my simple program > in djgpp just as in User Manuel but it didnt compile i get this error message: > Microsoft(R) Windows 98 > (C)Copyright Microsoft Corp 1981-1998. > C:\Djgpp\allegro>make > Compiling Allegro. Please wait... > gcc -I. -Isrc -Iobj/djgpp -Wall -Wno-unused -m486 -O3 -ffast-math -fomit-fra me-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 > C:\Djgpp\allegro> > ) and i think it is because of my bad installation. > Could u please help me solve this problem( by the way my OS is Windows 98) > Waiting for your answer: > PS: > And when you will include in djgpp something like InteliSense in MS VC, > also when you are going to make djgpp in windows like enviroment?