Re: cpp - C language preprocessor
From: Timothy J. Lee (remove22_at_sonic.net)
Date: 09/28/03
- Next message: Kamal R. Prasad: "Re: How to close rogue file descriptors?"
- Previous message: Bill Marcum: "Re: how to send control-break or ctrl-c signal to a background process?"
- In reply to: cljlk: "cpp - C language preprocessor"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sun, 28 Sep 2003 12:24:53 GMT
In article <bl25im$pul$1@bob.news.rcn.net>, cljlk <cljlk@hotmail.com> wrote:
>I have SunOS4.1.4 but I don't have cpp software in it and I need one.
>Would anyone shed a light where I can download the software, otherwise,
>I could not compile my software. Thanks.
If you have cc or gcc on this computer, try the man pages. Probably
something like the -E option will let you use the proprocessor only.
SunOS 4.1.4 did have a bundled C compiler (not ANSI C, but it was able
to compile the versions of gcc that were available at the time).
-- ------------------------------------------------------------------------ Timothy J. Lee Unsolicited bulk or commercial email is not welcome. No warranty of any kind is provided with this message.
- Next message: Kamal R. Prasad: "Re: How to close rogue file descriptors?"
- Previous message: Bill Marcum: "Re: how to send control-break or ctrl-c signal to a background process?"
- In reply to: cljlk: "cpp - C language preprocessor"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|