diff options
author | Jeff Okamoto <okamoto@hpcc123.corp.hp.com> | 1996-11-25 13:16:17 -0800 |
---|---|---|
committer | Chip Salzenberg <chip@atlantic.net> | 1996-11-26 20:48:00 +1200 |
commit | 023707f0e94efa86f74dc2ce9400e91352986871 (patch) | |
tree | ba92ff1f67d5235e161baf6b49c90c2c463a29bb /hints/hpux.sh | |
parent | d43d69ec259e29a20b4d77e3022ac488591d6e9a (diff) | |
download | perl-023707f0e94efa86f74dc2ce9400e91352986871.tar.gz |
Another HP "patch" that didn't make it (new hints file)
p5p-msgid: <199611252116.AA245766577@hpcc123.corp.hp.com>
Diffstat (limited to 'hints/hpux.sh')
-rw-r--r-- | hints/hpux.sh | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/hints/hpux.sh b/hints/hpux.sh index 5c741e3674..b543ec4c11 100644 --- a/hints/hpux.sh +++ b/hints/hpux.sh @@ -1,14 +1,14 @@ # hints/hpux.sh -# Perl Configure hints file for Hewlett Packard HP/UX 9.x and 10.x +# Perl Configure hints file for Hewlett Packard HP-UX 9.x and 10.x # This file is based on -# hints/hpux_9.sh, Perl Configure hints file for Hewlett Packard HP/UX 9.x +# hints/hpux_9.sh, Perl Configure hints file for Hewlett Packard HP-UX 9.x # Use Configure -Dcc=gcc to use gcc. # From: Jeff Okamoto <okamoto@hpcc123.corp.hp.com> -# Date: Thu, 28 Sep 95 11:06:07 PDT # and -# hints/hpux_10.sh, Perl Configure hints file for Hewlett Packard HP/UX 10.x +# hints/hpux_10.sh, Perl Configure hints file for Hewlett Packard HP-UX 10.x # From: Giles Lean <giles@nemeton.com.au> -# Date: Tue, 27 Jun 1995 08:17:45 +1000 + +# This version: October 29, 1996 # Use Configure -Dcc=gcc to use gcc. # Use Configure -Dprefix=/usr/local to install in /usr/local. @@ -18,7 +18,10 @@ # Turn on the _HPUX_SOURCE flag to get many of the HP add-ons ccflags="$ccflags -D_HPUX_SOURCE" -ldflags="$ldflags" + +# If you plan to use gcc, then you should uncomment the following line +# so you get the HP math library and not the GCC math library. +# ccflags="$ccflags -L/lib/pa1.1" # Check if you're using the bundled C compiler. This compiler doesn't support # ANSI C (the -Aa flag) nor can it produce shared libraries. Thus we have |