Re: compiler required for solaris 2.4 install?

From: Nicholas Ambrose <nambrose_at_lssec.bt.co.uk>
Date: 1995/05/31
Message-ID: <1995May31.153825.28295_at_lssec.bt.co.uk>#1/1


In article <3qg904$6t3_at_fnsolar.fnal.gov>, hanson_at_fnsolar.fnal.gov (Steve Hanson) writes:
|> In <3q2dj2$hvu_at_lastactionhero.rs.itd.umich.edu> gus_at_patella.uucp (Gus Teschke) writes:
|>
|> >In article <3pvg4s$ln1_at_tst.hk.super.net>,
|> >Ammon W.H. Lee <whlee_at_hk.super.net> wrote:
|> >>rallan_at_ohgpu.hydro.on.ca (Rob E. Allan) wrote:
|> >>> ... seem to say that a C compiler is required for the install.
|> >>
|> >>We've just installed 7.1.3 on Solaris 2.3 and it do NEED a compiler
|> >>to install!!! Try to contact SUN (or its dealer) and see whether
|> >>...
|> >>Ammon
 

|> >Check /usr/ucb/cc. It's a C compiler -- I believe the old one --
|> >that was installed with a Solaris 2.4 system down the hall.
|> > Good luck,
|> > Gus Teschke
|> > gust_at_umich.edu
|> No it isn't - it's just a wrapper that runs the SunSoft CC to do compilation
|> emulating SunOS 4. you still need to buy the compiler.
|>
|> you might be able to hack this together to use gcc instead, though,
|> which you can get binary distributions of. Wouldn't know, haven't
|> tried it.
|> --
I have installed 7.0.15, and 7.1.4 on Solaris2. With 7.0.15 (Ans, i *think* 7.1.4), you don't need a compiler, just ld. the solution I used was to edit /usr/ucb/cc:   #!/bin/sh
  /usr/ucb/ld $*

and make sure /usr/ucb, and /usr/ccs/bin are in the path (for cc, ld , make etc). Also, on 7.1.4, and 7.0.15, I have successfully used gcc to compile and link stuff, so I guess it's goo for the install too... Nick Received on Wed May 31 1995 - 00:00:00 CEST

Original text of this message