solaris 10 development tools on CORE installation : make / CC / headers

Submitted by mator
on April 3, 2007 - 1:28am

My new work is to manage solaris 10 on sparc machines, and i'm newbie in solaris.

here's some hints on packages, how to compile something if you installed Solaris in minimal CORE package configuration:

needed :
SUNWbtool for ar , SUNWsprot for make , add /usr/ccs/bin to PATH
SUNWhea for std headers (stdio.h, etc...)
Sun Studio 1x for CC compiler , add /opt/SUNWspro/bin to PATH, vim in /opt/SUNWspro/contrib/
recomended :
SUNWtoo (various programming tools, i.e. ldd/ctags/strings/truss)

PS: My sandbox is netra-120 sparc machine, and 'prtdiag -v' doesn't show temperature measurements, so another way to get it is to use hardware LOM -> http://www.sun.com/download/products.xml?id=41f5f9b1
To use LOM commands you must install the Lights Out Management 2.0 packages (SUNWlomu, SUNWlomr and SUNWlomm) from the Solaris Supplementary CD.

bash-3.00# lom -t
System Temperature Sensors:
 1        Enclosure 34 degC : warning 67 degC : shutdown 72 degC
System Over-temperature Sensors:
 1              CPU status=ok

solaris core instn+ bind from source

Anonymous (not verified)
on
July 29, 2007 - 3:05am

hello,

I have installed solaris9 core(no development,,etc) on a sparc machine. I didn't opted for any name service. I wanted to install bind9 from source. what are the additional packages required and where can i find them?

thanks

dav

solaris 9 bind

mator
on
December 17, 2007 - 7:54am

Hi dave!

Sorry for being /afk for a long time, but here's what i think. If my first message isn't helping you to compile bind, you can go to sunfreeware.com site and download : 1) binaries for your OS and architecture 2) source package and instructions how to build that package.

Hope this helps.

/mator

C libraries on Solaris

Anonymous (not verified)
on
February 6, 2008 - 6:22am

Hi,

We have Solaris 10 SPARC system. We need to run some C files. We found that there is no C related libraries installed on the system.

Can you please help me what are all the C libraries need to be installed.

Cheers
Vamsi

all needed C libraries to

mator
on
March 6, 2008 - 8:33am

all needed C libraries to develop on solaris comes with distribution or compiler suite, will it be Sun sunstudio or gcc.
--
/mator

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.