Topic: string class on SUN OS
Author: kcline@sun132.spd.dsccc.com (Kevin Cline)
Date: 1995/07/06 Raw View
In article <3sup2c$iip@engnews2.eng.sun.com>,
Mike Ball <ball@Eng.Sun.COM> wrote:
>In article i1o@sun132.spd.dsccc.com, kcline@sun132.spd.dsccc.com (Kevin Cline) writes:
>> That is correct; Sun does not supply any standard libraries with
>> the version 3 (cfront) compiler, and no later version will run
>> under SunOS.
>
>That is not correct. Version 4.0.1 runs under SunOs. Of course it's only
>been available for a year, so the word may not have spread.
>
Amazingly enough, word hasn't spread. Until now, our entire organization
believed that SUN had no plans to release a SunOS version of the
version 4 compiler. I stand corrected, and apologize to Mike Ball and
the SUN C++ compiler team. I should have waited for Mike to post an
authoritative response.
BTW, the Sun 4.0.1 C++ compiler is very good, and I have been waiting
anxiously for all our clients to install Solaris so I could use it.
Kevin Cline
--
Kevin Cline
Author: ball@Eng.Sun.COM (Mike Ball)
Date: 1995/06/29 Raw View
In article i1o@sun132.spd.dsccc.com, kcline@sun132.spd.dsccc.com (Kevin Cline) writes:
> That is correct; Sun does not supply any standard libraries with
> the version 3 (cfront) compiler, and no later version will run
> under SunOS.
That is not correct. Version 4.0.1 runs under SunOs. Of course it's only
been available for a year, so the word may not have spread.
> |>I cannot believe that this is true and therefore must be missing
> |>something.
>
> No, it's really true. You could use libg++ for free, or get a license
> for RogueWave Tools.h++. Sun supplies Tools.h++ with the version 4
> compiler, and 4.1 will also support the STL.
No, it's not really true, as I have already said in another post.
-Mike Ball-
SunSoft Developer Products.
Author: kcline@sun132.spd.dsccc.com (Kevin Cline)
Date: 1995/06/29 Raw View
In article <3ss797$ffn@darkstar.ucsc.edu>, Ray Swartz <ray@cse.ucsc.edu> wrote:
|>I have a need to port some programs onto a SUN OS system
|>using SUN's C++ compiler.
|>
|>From what I can tell (I don't have paper docs) from perusing
|>the directories is that SUN doesn't offer an include
|>file that defines a string class (either standard or not).
|>
That is correct; Sun does not supply any standard libraries with
the version 3 (cfront) compiler, and no later version will run
under SunOS.
|>I cannot believe that this is true and therefore must be missing
|>something.
No, it's really true. You could use libg++ for free, or get a license
for RogueWave Tools.h++. Sun supplies Tools.h++ with the version 4
compiler, and 4.1 will also support the STL.
--
Kevin Cline
Author: mansionj@lonnds.ml.com (James Mansion LADS LDN X4923)
Date: 1995/06/30 Raw View
In article <3sugmr$i1o@sun132.spd.dsccc.com>, kcline@sun132.spd.dsccc.com (Kevin Cline) writes:
>That is correct; Sun does not supply any standard libraries with
>the version 3 (cfront) compiler, and no later version will run
>under SunOS.
>
Huh? 4.0.1 is supported on SunOS. Comes with Tools.H++, as you say.
James
Author: ray@cse.ucsc.edu (Ray Swartz)
Date: 1995/06/28 Raw View
I currently use Borland's BC4.5 compiler. I have a need to
port some programs onto a SUN OS system using SUN's C++ compiler.
Author: ball@Eng.Sun.COM (Mike Ball)
Date: 1995/06/28 Raw View
In article ffn@darkstar.UCSC.EDU, ray@cse.ucsc.edu (Ray Swartz) writes:
> I currently use Borland's BC4.5 compiler. I have a need to
> port some programs onto a SUN OS system using SUN's C++ compiler.
>
> From what I can tell (I don't have paper docs) from perusing
> the directories is that SUN doesn't offer an include
> file that defines a string class (either standard or not).
I don't know which version of the Sun compiler you have, but all recent versions
(C++4.0 and up) include the entire RogueWave library, which definately has a
string class.
If you don't have version C++4.0.1, I suggest that you rush out and buy it
immediately, as your life will be enormously improved. :-)
-Mike Ball-
SunSoft Developer Products.