Re: cpp - C language preprocessor
From: Langelage, Frank (frank_at_lafr.de)
Date: 09/27/03
- Previous message: cljlk: "Re: cpp - C language preprocessor"
- In reply to: cljlk: "cpp - C language preprocessor"
- Next in thread: Rich Teer: "Re: cpp - C language preprocessor"
- Reply: Rich Teer: "Re: cpp - C language preprocessor"
- Reply: Rich Teer: "Re: cpp - C language preprocessor"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sat, 27 Sep 2003 00:42:59 +0200
cljlk wrote:
> Hi,
>
> 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.
>
> PS. I posted a message regarding cpp software this morning, but it did
> not come out. Just in case, you see the same message twice, I apologize.
>
You may look into file /var/sadm/install/contents (if it exists on your
system) for cpp.
On my solaris 9 System I find two of them:
/usr/lib/cpp from package SUNWcpp
/usr/local/bin/cpp from package SMCgcc
.
If you gcc-package does not have a cpp you may create an executable
shell script named cpp with this line as content:
gcc -E $*
regards - Frank
- Previous message: cljlk: "Re: cpp - C language preprocessor"
- In reply to: cljlk: "cpp - C language preprocessor"
- Next in thread: Rich Teer: "Re: cpp - C language preprocessor"
- Reply: Rich Teer: "Re: cpp - C language preprocessor"
- Reply: Rich Teer: "Re: cpp - C language preprocessor"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|