Operating System - HP-UX
1753515 Members
7761 Online
108795 Solutions
New Discussion юеВ

From where to install mcs command

 
SOLVED
Go to solution
Vibhor Kumar Agarwal
Esteemed Contributor

From where to install mcs command

Hi,

In my HP box in don't have the mcs utility.
From where can I get it.

Thanks in Advance
Vibhor Kumar Agarwal
6 REPLIES 6
harry d brown jr
Honored Contributor

Re: From where to install mcs command

You apparently don't: http://devrsrc1.external.hp.com/STKT/impacts/i227.html

live free or die
harry d brown jr
Live Free or Die
David de Beer
Valued Contributor

Re: From where to install mcs command


Will objdump on HPUX not help?

David de Beer.

Vibhor Kumar Agarwal
Esteemed Contributor

Re: From where to install mcs command

I searched the net and it gave me "mcs" command in one of the pages of HP.
Thats why i was looking for its installation.

Reading a bit of man on "objdump" ( i never knew it ), it says it is used to display information and not to manipulate, further when i am doing anything on it, it gives me
"File format not recognised"

Actually what i am wanting to do is to add a Release Tag in the executables.
How can I achieve it in HP.
Vibhor Kumar Agarwal
harry d brown jr
Honored Contributor
Solution

Re: From where to install mcs command

I believe you can get it from the STK: http://devresource.hp.com/drc/STK/Tru64/install.jsp

live free or die
harry d brown jr
Live Free or Die
Vibhor Kumar Agarwal
Esteemed Contributor

Re: From where to install mcs command

Boohooo,

I downloaded the STK from the above mentioned site, and on starting the installation, it gave me no compatible tools found.

I have the Apache installed.

What should I do now?
Vibhor Kumar Agarwal
Vibhor Kumar Agarwal
Esteemed Contributor

Re: From where to install mcs command

Okay so finally getting the feeling that there is nothing in HP like mcs.

But still I have to try and finally came upto something after so many days.
Some help needed for this.

ld has some options which may be useful for me:
+h file_name
It says it gives an internal name to the generated shared lib. Now what is this internal name?

It also states something about mapfile. I unable to figure out what is the use of mapfile.

I have a 2 step compilation process
First:
aCC -c flags ( produces .o )
Second:
aCC objs flags -o file

Now how can i add my +h option here.
I am passing flags to the linker using "flags" -> -Wl,+s,-a,default
Here i am trying to pass +h name but it gives me error.
I also tried -c file ( in which i had given the +h), it doesn't work either.

Please help
Vibhor Kumar Agarwal