Operating System - HP-UX
1754848 Members
5282 Online
108827 Solutions
New Discussion юеВ

compiling perl 5.6 using gcc on a 11.0 system

 
Curtis Larson
Trusted Contributor

compiling perl 5.6 using gcc on a 11.0 system

This is the first time I've compilied perl using gcc. And I was wondering if anyone would care to share how they did this. What i'm looking for is the compilier options and which of the test failed.

I'm on a 32bit 11.00 system using gcc version 2.95.2 compiling perl 5.6.0

Any additional helpful comments would be appreciated.
2 REPLIES 2
Kofi ARTHIABAH
Honored Contributor

Re: compiling perl 5.6 using gcc on a 11.0 system

Curtis:

there is a pre-compiled version available at:

http://hpux.cs.utah.edu/hppd/hpux/Languages/perl-5.6.0/

it will save you all the compilation blues.

Good luck
nothing wrong with me that a few lines of code cannot fix!
Steve Post
Trusted Contributor

Re: compiling perl 5.6 using gcc on a 11.0 system

I had to do this a few months ago. I could NOT use the depot file for perl because I had to recompile perl 5.6 with new stuff. Attached are my notes. Hope they help.