in reply to HP-UX 10.20 Module installation
To add to what the others have said, I might also suggest compiling Perl fresh from source (using gcc), as Perl takes the environment under which it was compiled as the template for compiling modules1 - i.e. Perl will expect to be able to use the system's C compiler. If you don't have the ANSI/C product, then this will fail miserably; it is also difficult to make gcc work for compiling modules in some cases.
Of course, this would be unnecessary if HP actually decided to use gcc for the whole of their software archive - currently about 50 per cent is compiled with gcc, and the remainder using their ANSI/C product.
HtH
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: HP-UX 10.20 Module installation
by sch (Pilgrim) on Oct 11, 2002 at 08:39 UTC |