where is the standard c compiler (cc) located on solaris 10 u 8?
thanks for your help
chris
--
Chris Eckert (mobile)
Nowhere unless you install it!
gcc can be found under /usr/sfw/bin/
--
Ian Collins
It isn't located anywhere unless you install one.
You should find gcc in /usr/sfw/bin if the Sun Freeware packages were
installed or in /opt/sunstudio??? if some version of SunStudio was
installed.
--
Jim Pennino
Remove .spam.sux to reply.
The latest Oracle compiler (Solaris Studio 12 Update 2, still holding
off on an unlucky 13th version), installs to /opt/solstudio by default.
It will also install symlinks to things like CC and cc, in /usr/bin.
A bientot
Paul
--
Paul Floyd http://paulf.free.fr
That is not correct. The default installation (without the companion CD)
installs gcc-3.4.3 in /usr/sfw
thanks
chris
Paul Floyd <ro...@127.0.0.1> wrote:
> The latest Oracle compiler (Solaris Studio 12 Update 2, still holding
> off on an unlucky 13th version), installs to /opt/solstudio by default.
> It will also install symlinks to things like CC and cc, in /usr/bin.
--
Chris Eckert (mobile)
however, what i meant was the location of solaris' own c compiler.
chris
Ian Collins <ian-...@hotmail.com> wrote:
> Nowhere unless you install it!
> gcc can be found under /usr/sfw/bin/
--
Chris Eckert (mobile)
Several decades ago the standard distribution included the compiler and tools.
Large volume buyers neither needed nor wanted a compiler on all their
machines so bitched for it to be unbundeled and a price break.
So Sun complied and other people bitched because the compiler wasn't
bundled and cost money.
So today we have the situation we have.
--
Chris Eckert (mobile)
It used to be. It's free now.
Remember, even back when a C compiler was included, it was ONLY included
because it was needed to compile the kernel to suit the hardware or to make
tuning changes. The compiler was only meant for that purpose, and frequently
it was the bare minimum required to do so.
When people stopped compiling kernels, it stopped making sense to bundle
the compiler.
--
Brandon Hume - hume -> BOFH.Ca, http://WWW.BOFH.Ca/
Not today, though for a while whatever they called it back then cost
money and depended on how many simulataneous users you wanted to have.
>It used to be. It's free now.
>Remember, even back when a C compiler was included, it was ONLY included
>because it was needed to compile the kernel to suit the hardware or to make
>tuning changes. The compiler was only meant for that purpose, and frequently
>it was the bare minimum required to do so.
>When people stopped compiling kernels, it stopped making sense to bundle
>the compiler.
And even way back when it was bundled in SunOS 4, it was a pre ANSI compiler,
and it was a bit odd, even back then, as the world had moved on. So it
was more useful to bootstrap GCC than being used as a general compiler.
The compiler that was bundled into HP/UX for compiling the kernel was
even more bizare and restricted than the SunOS one though.
so, where can i get the "official" solaris cc for free?
thanks
chris
--
Chris Eckert (mobile)
> ok, that's interesting. thanks all.
>
> so, where can i get the "official" solaris cc for free?
From
<http://www.oracle.com/technetwork/server-storage/solarisstudio/overview/index.html>
--
Chris