Search the FAQ Archives

3 - A - B - C - D - E - F - G - H - I - J - K - L - M
N - O - P - Q - R - S - T - U - V - W - X - Y - Z
faqs.org - Internet FAQ Archives

comp.sys.hp.hpux FAQ
Section - 6.2.2 How do I make Perl on HP-UX?

( Single Page )
[ Usenet FAQs | Web FAQs | Documents | RFC Index | Neighborhoods ]


Top Document: comp.sys.hp.hpux FAQ
Previous Document: 6.2.1 Why is the default C compiler brain-dead?
Next Document: 6.2.3 How do I deal with "too many defines"?
See reader questions & answers on this topic! - Help others by sharing your knowledge

Reply like this to the Configure script's prompts:

  1. When it asks for optimization flags answer
        -O
  2. When it asks for additional flags to cc answer
        -DJMPCLOBBER
  3. When it asks for additional libraries answer
        -lndbm -lm      (ignore the other libraries Configure finds).
      You can also safely add -lBSD if you want BSD signal semantics.
  4. When it asks if you want to use perl's malloc answer
        n
  5. When perl asks on which boundary a double must be aligned answer
        8

NOTE: Precompiled versions of Perl 5.6.0 for 10.20 and 11.x can be
      found on the Liverpool archive.

User Contributions:

Comment about this article, ask questions, or add new information about this topic:




Top Document: comp.sys.hp.hpux FAQ
Previous Document: 6.2.1 Why is the default C compiler brain-dead?
Next Document: 6.2.3 How do I deal with "too many defines"?

Single Page

[ Usenet FAQs | Web FAQs | Documents | RFC Index ]

Send corrections/additions to the FAQ Maintainer:
hpux.faq@gmail.com





Last Update March 27 2014 @ 02:11 PM