Message-Id: <200006240627.JAA28397@mailgw1.netvision.net.il> Date: Sat, 24 Jun 2000 09:29:00 +0200 X-Mailer: Emacs 20.6 (via feedmail 8.1.emacs20_6 I) and Blat ver 1.8.5b From: "Eli Zaretskii" To: "Jim Meier" CC: djgpp AT delorie DOT com In-reply-to: (fatjim AT home DOT com) Subject: Re: "installation problem, cannot exec `cpp'" References: Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: "Jim Meier" > Newsgroups: comp.os.msdos.djgpp > Date: Fri, 23 Jun 2000 22:04:36 GMT > > 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) > > The FAQ mentions this problem but doesn't give me quite enough information > to fix it. I think the FAQ (section 6.5) is pretty explicit, and tells you exactly what to do: find cpp.exe and make sure that it is in the directory where GCC looks for it. What exactly is not clear in the FAQ?