cvs.gedasymbols.org/archives/browse.cgi | search |
Date: | Mon, 24 Jul 1995 07:50:42 +0300 (IDT) |
From: | Eli Zaretskii <eliz AT is DOT elta DOT co DOT il> |
To: | Petri Lipponen <plippone AT lk-hp-14 DOT hut DOT fi> |
Cc: | djgpp AT sun DOT soe DOT clarkson DOT edu |
Subject: | Re: Strange DJGPP Install Problem |
On 20 Jul 1995, Petri Lipponen wrote: > c:\djgpp\bin>cc1 ..\hello.c > ...\hello.c:1: undefined or invalid # directive You shouldn't invoke cc1 by itself. The gcc compilation driver will do it for you with all the appropriate switches and options, and will invoke a preprocessor before it so all the # directives will be expanded by the time cc1 gets to work.
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |