http://www.perlmonks.org?node_id=190527


in reply to Re: Compiling Perl with correct values in @INC
in thread Compiling Perl with correct values in @INC

The machine in question is running HP-UX, and I found one (1) document specific to building perl on that OS :c\

The problem was, Courage, without rebuilding the executable with the correct @INC, I would have to unshift(@INC, qw{dir dir dir...}); all the scripts that I wrote on that machine, as well as look forward to explaining this whole thing to the other programmers who use that box. That would truly have been a bummer of cosmic proportions.

  higle

Replies are listed 'Best First'.
Re: Re: Re: Compiling Perl with correct values in @INC
by Courage (Parson) on Aug 16, 2002 at 05:29 UTC
    Things are entirely different if you're building perl for many users on that machine.

    I just looked at perl-5.8.0 source distribution, and found README.HPUX file there - it should help you in build process...

    Courage, the Cowardly Dog