Re: cpp - C language preprocessor
From: Winston (_at_ubeblock.psr.com.invalid)
Date: 09/27/03
- Previous message: those who know me have no need of my name: "Re: how to logon to 30+ machines and put a job run in background and then logout automatically in a script file?"
- In reply to: cljlk: "cpp - C language preprocessor"
- Next in thread: Steve Bellenot: "Re: cpp - C language preprocessor"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sat, 27 Sep 2003 05:43:25 GMT
cljlk <cljlk@hotmail.com> writes:
> I have SunOS4.1.4 but I don't have cpp software in it and I need one.
/usr/ucb/cc is normally a symbolic link to /usr/lib/compile which runs
/usr/lib/cpp. One usually uses cc -E instead of calling cpp directly.
gcc's cpp is usually buried many directories under /usr/local, with
names that combine the gcc version, target system architecture name, OS
version, and maybe other things. Start by looking for a directory named
gcc-lib. gcc -E should run gcc's cpp.
-WBE
- Previous message: those who know me have no need of my name: "Re: how to logon to 30+ machines and put a job run in background and then logout automatically in a script file?"
- In reply to: cljlk: "cpp - C language preprocessor"
- Next in thread: Steve Bellenot: "Re: cpp - C language preprocessor"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|