From: oomesh on
Hi,

Installation program of my application need to use binutils. I want to
know if binutils come with default OS installation with Solaris8,
Solaris9, Solaris10.

Thanks in advance.
From: Paul Floyd on
On Sun, 2 May 2010 06:45:43 -0700 (PDT), oomesh <udwaghode(a)gmail.com> wrote:
> Hi,
>
> Installation program of my application need to use binutils. I want to
> know if binutils come with default OS installation with Solaris8,
> Solaris9, Solaris10.

Which binutils precisely?

If you mean GNU binutils then iirc they are part of the Companion CD for
Solaris 8 & 9, and part of Solaris 10.

A bientot
Paul
--
Paul Floyd http://paulf.free.fr
From: oomesh on
Thanks Paul.

One which I can find 'readelf' utility.

From: Chris Ridd on
On 2010-05-03 07:00:05 +0100, oomesh said:

> Thanks Paul.
>
> One which I can find 'readelf' utility.

That sounds a bit like Sun's elfdump program, which is in SUNWbtool.
--
Chris

From: Sami Ketola on
Chris Ridd <chrisridd(a)mac.com> wrote:
> On 2010-05-03 07:00:05 +0100, oomesh said:
>
>> Thanks Paul.
>>
>> One which I can find 'readelf' utility.
>
> That sounds a bit like Sun's elfdump program, which is in SUNWbtool.

GNU readelf comes builtin with Solaris 10 at /usr/sfw/bin/greadelf

Sami