Operating System - HP-UX
1826738 Members
2460 Online
109702 Solutions
New Discussion

Error while installing IO::TTY perl module

 
sajjad_84
Advisor

Re: Error while installing IO::TTY perl module

and this package is installed

GNU_C_C++_64

I guess this means compiler is 64-bit.
Dennis Handly
Acclaimed Contributor

Re: Error while installing IO::TTY perl module

>efsbmp.o: PA-RISC1.1 relocatable object

This is a 32 bit object.
I'm not sure if you have to use -mlp64 to enable, like you do for Integrity.
sajjad_84
Advisor

Re: Error while installing IO::TTY perl module

Can you shed some more light on the command you mentioned above?
James R. Ferguson
Acclaimed Contributor

Re: Error while installing IO::TTY perl module

Hi:

> Can you shed some more light on the command you mentioned above?

If you mean the 'file' command you should consult the manpages for an explanation. The command reads the first block of a file and uses 'magic' [as in a reference to '/etc/magic'] to attempt to classify the file.

http://docs.hp.com/en/B2355-60103/file.1.html

Regards!

...JRF...
sajjad_84
Advisor

Re: Error while installing IO::TTY perl module

I mean the -mlp64 option, which Dennis mentioned. Where and how do you execute it.
Dennis Handly
Acclaimed Contributor

Re: Error while installing IO::TTY perl module

>Can you shed some more light on the command you mentioned above?

Never mind. I've talked to our expert and he says that -mlp64 is only for Integrity.

For PA, you must execute a separate executable:
/opt/hp-gcc64/bin/gcc

This is documented on my above URL:
There are two separate GCC packages for PA-RISC, one that generates ILP32 code, and another that generates LP64 code. The 32-bit version is installed in the /opt/hp-gcc directory, and the 64-bit version is installed in /opt/hp-gcc64.
sajjad_84
Advisor

Re: Error while installing IO::TTY perl module

The same executable is being used. Whence gcc gives this output
/opt/hp-gcc64/bin/gcc.

SO it seems there's nothing wrong with the gcc???
Dennis Handly
Acclaimed Contributor

Re: Error while installing IO::TTY perl module

>So it seems there's nothing wrong with the gcc?

What does "make test" do?
What is the bitness of the executable and the bitness of Tty.sl?
They have to match.

Which are you building?