delorie.com/archives/browse.cgi | search |
From: | Damian Yerrick <Bullcr_pd_yerrick AT hotmail DOT comRemoveBullcr_p> |
Newsgroups: | comp.os.msdos.djgpp |
Subject: | Re: "installation problem, cannot exec `cpp'" |
Organization: | Pin Eight Software http://pineight.8m.com/ |
Message-ID: | <3bn8ls88a9jfcg840k6o03bp87lqljb01e@4ax.com> |
References: | <U9R45.34604$aO5 DOT 200546 AT news1 DOT sshe1 DOT sk DOT home DOT com> <Pine DOT LNX DOT 4 DOT 21 DOT 0006240525330 DOT 1193-100000 AT roadrunner DOT grendel DOT net> |
X-Newsreader: | Forte Agent 1.7/32.534 |
MIME-Version: | 1.0 |
Lines: | 41 |
X-Trace: | +ryjt+Z7ouIcZxGI4RaZYsaK8hZtA4IzNZHqcutGyjSO6JM+8c3ZuyEfb8l0FToHogHIZNcGOT2C!z1aeFNxHh3sturyt0d1+A5Xe9v3K6ujjou9zVznOvrNsop7Ms5uzwACqBX3795xPVV3G8ypT/Iao!6mLy |
X-Complaints-To: | abuse AT gte DOT net |
X-Abuse-Info: | Please be sure to forward a copy of ALL headers |
X-Abuse-Info: | Otherwise we will be unable to process your complaint properly |
NNTP-Posting-Date: | Sat, 24 Jun 2000 07:39:49 GMT |
Distribution: | world |
Date: | Sat, 24 Jun 2000 07:39:49 GMT |
To: | djgpp AT delorie DOT com |
DJ-Gateway: | from newsgroup comp.os.msdos.djgpp |
Reply-To: | djgpp AT delorie DOT com |
On Sat, 24 Jun 2000 05:26:26 +0600 (LKT), Kalum Somaratna aka Grendel <kalum AT lintux DOT cx> wrote: >On Fri, 23 Jun 2000, The awesome and feared Jim Meier commented thusly, > >> I'm getting this error message from GCC with a totally fresh install: >> >> 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) > >Did you download the c++ compiler package (gpp*.zip) from the ftp site..? to Grendel: Allegro doesn't use C++. cpp is the preprocessor; cc1plus is the c++ compiler. to OP: Can you compile and run hello.c? ===== 8< ===== #include <stdio.h> int main() { puts("hello world"); return 0; } ===== 8< ===== C:\PATH\TO\HELLO>gcc hello.c -o hello.exe -- Damian Yerrick "I refuse to listen to those who refuse to listen to reason." See the whole sig: http://www.rose-hulman.edu/~yerricde/sig.html This is McAfee VirusScan. Add these two lines to your signature to prevent the spread of signature viruses. http://www.mcafee.com/
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |