Re: Oracle on Solaris using Gnu C?

From: John D Groenveld <groenvel_at_cse.psu.edu>
Date: 1995/08/12
Message-ID: <40ii0h$k6j_at_psuvax1.cse.psu.edu>#1/1


I have this in my archives, contact the original author for details. John
groenvel_at_cse.psu.edu
BTW- All of my software developer friends say that the SparcWorks packages are a good deal, although I haven't made use of them yet. I imagine you could use the debugger for your pro*c apps.

***
Article 36944 of comp.databases.oracle:

Newsgroups: comp.databases.oracle
Path: psuvax1!news.pop.psu.edu!hudson.lm.com!newsfeed.pitt.edu!gatech!bloom-beacon.mit.edu!usc!math.ohio-state.edu!jussieu.fr!oleane!pipex!bt!sol.lssec.bt.co.uk!news
From: nambrose_at_lssec.bt.co.uk (Nicholas Ambrose)
Subject: Re: compiler required for solaris 2.4 install? Message-ID: <1995May31.153825.28295_at_lssec.bt.co.uk> Keywords: solaris oracle compiler
Sender: nambrose_at_spica (Nicholas Ambrose) Organization: BT SSI, Churchill Engineering Centre References: <1995May16.141705.3762_at_ohgpu.hydro.on.ca> <3pvg4s$ln1_at_tst.hk.super.net> <3q2dj2$hvu_at_lastactionhero.rs.itd.umich.edu> <3qg904$6t3_at_fnsolar.fnal.gov> Date: 31 May 95 16:38:25 GMT
Lines: 35  

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 Sat Aug 12 1995 - 00:00:00 CEST

Original text of this message