Re: cpp - C language preprocessor
From: Winston (_at_ubeblock.psr.com.invalid)
Date: 09/27/03
- Next message: Steve Bellenot: "Re: cpp - C language preprocessor"
- Previous message: Vikas Agnihotri: "Re: A1000: Determining bad disk"
- 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
- Next message: Steve Bellenot: "Re: cpp - C language preprocessor"
- Previous message: Vikas Agnihotri: "Re: A1000: Determining bad disk"
- 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
|
|