Re: cpp - C language preprocessor
From: Barry Wilkes (wilkesb_at_acm.org)
Date: 09/27/03
- Next message: gerryt_at_gtconnect.net: "Re: Can one stop attachments to prevent DOS attack?"
- Previous message: Scott Howard: "Re: Replacing Battery Canister in A3500FC"
- In reply to: cljlk: "Re: cpp - C language preprocessor"
- Next in thread: Kamal R. Prasad: "Re: cpp - C language preprocessor"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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)
- Next message: gerryt_at_gtconnect.net: "Re: Can one stop attachments to prevent DOS attack?"
- Previous message: Scott Howard: "Re: Replacing Battery Canister in A3500FC"
- In reply to: cljlk: "Re: cpp - C language preprocessor"
- Next in thread: Kamal R. Prasad: "Re: cpp - C language preprocessor"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|