do you need sds to get cpp

Conor P. Cahill cpcahil at virtech.uucp
Fri Aug 31 08:59:33 AEST 1990


In article <326 at tslwat.UUCP> louk at tslwat.UUCP (Lou Kates) writes:
>We have a program whose input  is processed by the C preprocessor
>before the  program  reads it.  We have the Software  Development
>System option  on  our ISC UNIX System V.  If we distributed this
>program would the user need to have  the SDS too or does cpp come
>with the base Interactive product?

Cpp is part of the SDS, not part of the base OS.

I was about to suggest that you use m4 instead, but a quick look
shows that it too is part of the SDS.

Depending upon the complexity of the pre-processing that you are 
doing, you might want to grow your own version.

Or (the real answer):

You could distribute gcc-cpp (the c pre-processor that is part of gcc.


-- 
Conor P. Cahill            (703)430-9247        Virtual Technologies, Inc.,
uunet!virtech!cpcahil                           46030 Manekin Plaza, Suite 160
                                                Sterling, VA 22170 



More information about the Comp.unix.sysv386 mailing list