Re: cpp - C language preprocessor
From: Steve Bellenot (bellenot_at_math.fsu.edu)
Date: 09/27/03
- Next message: gerryt_at_gtconnect.net: "Re: cpp - C language preprocessor"
- Previous message: Winston: "Re: cpp - C language preprocessor"
- In reply to: cljlk: "cpp - C language preprocessor"
- Next in thread: gerryt_at_gtconnect.net: "Re: cpp - C language preprocessor"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 27 Sep 2003 11:03:50 GMT
In article <bl25im$pul$1@bob.news.rcn.net>, cljlk <cljlk@hotmail.com> 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.
The 4.1.x systems came with a c compiler called cc running cc -E would
run the c preprocessor. This compiler was not very good at producing
fast code even by the standards of the time, but it was needed to
re-build the kernel to load new devices. But since cc was installed by
default on a 4.1.x system, no one made binaries for it. I believe cc
was a version of the portable c compiler.
-- http://www.math.fsu.edu/~bellenot bellenot <At/> math.fsu.edu +1.850.644.7189 (4053fax)
- Next message: gerryt_at_gtconnect.net: "Re: cpp - C language preprocessor"
- Previous message: Winston: "Re: cpp - C language preprocessor"
- In reply to: cljlk: "cpp - C language preprocessor"
- Next in thread: gerryt_at_gtconnect.net: "Re: cpp - C language preprocessor"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|