Re: cpp - C language preprocessor

From: Barry Wilkes (wilkesb_at_acm.org)
Date: 09/27/03


Date: Sat, 27 Sep 2003 13:42:56 +0100

cljlk <cljlk@hotmail.com> writes:

> Hi Tim,
>
> I do have gcc software but no cpp. Does cpp come with gcc source code package?
> Thanks.
>

'gcc -E' just runs the preprocessor. Do something like :

alias cpp 'gcc -E'

and your code should build just fine. (Check 'man alias' and also 'man gcc'
for further details if you need them.

And try not to cross-post to so many groups. One is enough.

Barry.

-- 
If in the last few years you haven't discarded a major opinion or  
acquired a new one, check your pulse.  You may be dead.
-- Gelett Burgess (1866-1951)


Relevant Pages