1830539 Members
2909 Online
110013 Solutions
New Discussion

Perl build on HPUX 11.31

 
Kumudini
New Member

Perl build on HPUX 11.31

I am trying to build Perl 5.8.8 on HP-UX 11.31 but have the issue with Time::HiRes perl module for redifinition of CLOCK_REALTIME.
I checked the solutios posted in this site by commenting the 3 line of perl5.8.8/ext/Time/HiRes/HiRes.xs but still no luck.

Any help would be really appreciated.

I even tried building Time::HiRes individually with the default perl in /opt/perl_32 bu no luck.
3 REPLIES 3
James R. Ferguson
Acclaimed Contributor

Re: Perl build on HPUX 11.31

Hi:

See Merijn's comments (on April 7) in this thread:

http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1218126

Regards!

...JRF...
Kumudini
New Member

Re: Perl build on HPUX 11.31

I did tried the Merijn's methods but still end up with compile errors as follows:
James R. Ferguson
Acclaimed Contributor

Re: Perl build on HPUX 11.31

Hi (again):

> I did tried the Merijn's methods but still end up with compile errors

I understood you to say that in your original post. I was attempting to point you to the fact that Merijn notes a successful build on 11.31 using a new(er) version of the module. You might fetch:

http://search.cpan.org/~jhi/Time-HiRes-1.9719/HiRes.pm

Regards!

...JRF...