bump patchlevel to 52; other little tweaks for threads, win32 builds
[p5sagit/p5-mst-13.2.git] / hints / hpux.sh
CommitLineData
a28b458a 1#! /bin/sh
2
8e07c86e 3# hints/hpux.sh
90248788 4# Perl Configure hints file for Hewlett-Packard's HP-UX 9.x and 10.x
a28b458a 5# (Hopefully, 7.x through 11.x.)
6#
7# This file is based on hints/hpux_9.sh, Perl Configure hints file for
8# Hewlett Packard HP-UX 9.x
9#
8e07c86e 10# Use Configure -Dcc=gcc to use gcc.
a28b458a 11#
8ebc5c01 12# From: Jeff Okamoto <okamoto@corp.hp.com>
8e07c86e 13# and
023707f0 14# hints/hpux_10.sh, Perl Configure hints file for Hewlett Packard HP-UX 10.x
8e07c86e 15# From: Giles Lean <giles@nemeton.com.au>
a28b458a 16# and
17# Use #define CPU_* instead of comments for >= 10.x.
18# Support PA1.2 under 10.x.
19# Distinguish between PA2.0, PA2.1, etc.
20# Distinguish between MC68020, MC68030, MC68040
21# Don't assume every OS != 10 is < 10, (e.g., 11).
22# From: Chuck Phillips <cdp@fc.hp.com>
023707f0 23
90248788 24# This version: August 15, 1997
8ebc5c01 25# Current maintainer: Jeff Okamoto <okamoto@corp.hp.com>
8e07c86e 26
68dc0745 27#--------------------------------------------------------------------
8e07c86e 28# Use Configure -Dcc=gcc to use gcc.
29# Use Configure -Dprefix=/usr/local to install in /usr/local.
68dc0745 30#
a28b458a 31# You may have dynamic loading problems if the environment variable
32# LDOPTS='-a archive'. Under >= 10.x, you can instead LDOPTS='-a
33# archive_shared' to prefer archive libraries without requiring them.
34# Regardless of HPUX release, in the "libs" variable or the ext.libs
35# file, you can always give explicit path names to archive libraries
36# that may not exist on the target machine. E.g., /usr/lib/libndbm.a
37# instead of -lndbm. See also note below on ndbm.
38#
39# ALSO, bear in mind that gdbm and Berkely DB contain incompatible
40# replacements for ndbm (and dbm) routines. If you want concurrent
41# access to ndbm files, you need to make sure libndbm is linked in
42# *before* gdbm and Berkely DB. Lastly, remember to check the
43# "ext.libs" file which is *probably* messing up the order. Often,
44# you can replace ext.libs with an empty file to fix the problem.
68dc0745 45#
491527d0 46# If you get a message about "too much defining", as may happen
47# in HPUX < 10, you might have to append a single entry to your
48# ccflags: '-Wp,-H256000'
49# NOTE: This is a single entry (-W takes the argument 'p,-H256000').
68dc0745 50#--------------------------------------------------------------------
4633a7c4 51
8e07c86e 52# Turn on the _HPUX_SOURCE flag to get many of the HP add-ons
a28b458a 53# regardless of compiler. For the HP ANSI C compiler, you may also
54# want to include +e to enable "long long" and "long double".
55#
56# HP compiler flags to include (if at all) *both* as part of ccflags
57# and cc itself so Configure finds (and builds) everything
58# consistently:
59# -Aa -D_HPUX_SOURCE +e
60#
61# Lastly, you may want to include the "-z" HP linker flag so that
62# reading from a NULL pointer causes a SEGV.
8e07c86e 63ccflags="$ccflags -D_HPUX_SOURCE"
023707f0 64
8e07c86e 65# Check if you're using the bundled C compiler. This compiler doesn't support
66# ANSI C (the -Aa flag) nor can it produce shared libraries. Thus we have
67# to turn off dynamic loading.
68case "$cc" in
a5f75d66 69'') if cc $ccflags -Aa 2>&1 | $contains 'option' >/dev/null
8e07c86e 70 then
71 case "$usedl" in
72 '') usedl="$undef"
68dc0745 73 cat <<'EOM' >&4
8e07c86e 74
75The bundled C compiler can not produce shared libraries, so you will
76not be able to use dynamic loading.
77
78EOM
79 ;;
80 esac
81 else
82 ccflags="$ccflags -Aa" # The add-on compiler supports ANSI C
959c26a4 83 # cppstdin and cpprun need the -Aa option if you use the unbundled
84 # ANSI C compiler (*not* the bundled K&R compiler or gcc)
85 # [XXX this should be set automatically by Configure, but isn't yet.]
86 # [XXX This is reported not to work. You may have to edit config.sh.
87 # After running Configure, set cpprun and cppstdin in config.sh,
88 # run "Configure -S" and then "make".]
89 cpprun="${cc:-cc} -E -Aa"
90 cppstdin="$cpprun"
91 cppminus='-'
92 cpplast='-'
8e07c86e 93 fi
a28b458a 94 # For HP's ANSI C compiler, up to "+O3" is safe for everything
95 # except shared libraries (PIC code). Max safe for PIC is "+O2".
96 # Setting both causes innocuous warnings.
97 #optimize='+O3'
98 #cccdlflags='+z +O2'
8e07c86e 99 optimize='-O'
100 ;;
101esac
102
419eaf7b 103# Even if you use gcc, prefer the HP math library over the GNU one.
104
105case "`$cc -v 2>&1`" in
106"*gcc*" ) test -d /lib/pa1.1 && ccflags="$ccflags -L/lib/pa1.1" ;;
107esac
108
4633a7c4 109# Determine the architecture type of this system.
fa89f053 110# Keep leading tab below -- Configure Black Magic -- RAM, 03/02/97
a28b458a 111 xxOsRevMajor=`uname -r | sed -e 's/^[^0-9]*//' | cut -d. -f1`;
112 #xxOsRevMinor=`uname -r | sed -e 's/^[^0-9]*//' | cut -d. -f2`;
113if [ "$xxOsRevMajor" -ge 10 ]
4633a7c4 114then
a28b458a 115 # This system is running >= 10.x
116
117 # Tested on 10.01 PA1.x and 10.20 PA[12].x. Idea: Scan
118 # /usr/include/sys/unistd.h for matches with "#define CPU_* `getconf
119 # CPU_VERSION`" to determine CPU type. Note the part following
120 # "CPU_" is used, *NOT* the comment.
121 #
122 # ASSUMPTIONS: Numbers will continue to be defined in hex -- and in
123 # /usr/include/sys/unistd.h -- and the CPU_* #defines will be kept
124 # up to date with new CPU/OS releases.
125 xxcpu=`getconf CPU_VERSION`; # Get the number.
126 xxcpu=`printf '0x%x' $xxcpu`; # convert to hex
127 archname=`sed -n -e "s/^#[ \t]*define[ \t]*CPU_//p" /usr/include/sys/unistd.h |
128 sed -n -e "s/[ \t]*$xxcpu[ \t].*//p" |
129 sed -e s/_RISC/-RISC/ -e s/HP_// -e s/_/./`;
4633a7c4 130else
a28b458a 131 # This system is running <= 9.x
132 # Tested on 9.0[57] PA and [78].0 MC680[23]0. Idea: After removing
133 # MC6888[12] from context string, use first CPU identifier.
134 #
135 # ASSUMPTION: Only CPU identifiers contain no lowercase letters.
136 archname=`getcontext | tr ' ' '\012' | grep -v '[a-z]' | grep -v MC688 |
137 sed -e 's/HP-//' -e 1q`;
90248788 138 selecttype='int *'
4633a7c4 139fi
140
8ac5a1fe 141# Under 10.X, a threaded perl can be built, but it needs
142# libcma and OLD_PTHREADS_API. Also <pthread.h> needs to
143# be #included before any other includes (in perl.h)
144if [ "$xxOsRevMajor" -eq 10 -a "X$usethreads" = "X$define" ]; then
145
146 # HP-UX 10.X uses the old pthreads API
147 case "$d_oldpthreads" in
148 '') d_oldpthreads="$define" ;;
149 esac
150
151 # include libcma before all the others
152 libswanted="cma $libswanted"
153
154 # tell perl.h to include <pthread.h> before other include files
155 ccflags="$ccflags -DPTHREAD_H_FIRST"
156
157 # CMA redefines select to cma_select, and cma_select expects int *
158 # instead of fd_set * (just like 9.X)
159 selecttype='int *'
160fi
161
a28b458a 162
8e07c86e 163# Remove bad libraries that will cause problems
164# (This doesn't remove libraries that don't actually exist)
165# -lld is unneeded (and I can't figure out what it's used for anyway)
166# -ldbm is obsolete and should not be used
167# -lBSD contains BSD-style duplicates of SVR4 routines that cause confusion
168# -lPW is obsolete and should not be used
8e07c86e 169# The libraries crypt, malloc, ndir, and net are empty.
0ca047c2 170# Although -lndbm should be included, it will make perl blow up if you should
171# copy the binary to a system without libndbm.sl. See ccdlflags below.
a28b458a 172set `echo " $libswanted " | sed -e 's@ ld @ @' -e 's@ dbm @ @' -e 's@ BSD @ @' -e 's@ PW @ @'`
8e07c86e 173libswanted="$*"
174
a28b458a 175# By setting the deferred flag below, this means that if you run perl
176# on a system that does not have the required shared library that you
177# linked it with, it will die when you try to access a symbol in the
178# (missing) shared library. If you would rather know at perl startup
179# time that you are missing an important shared library, switch the
180# comments so that immediate, rather than deferred loading is
181# performed. Even with immediate loading, you can postpone errors for
182# undefined (or multiply defined) routines until actual access by
183# adding the "nonfatal" option.
184# ccdlflags="-Wl,-E -Wl,-B,immediate $ccdlflags"
185# ccdlflags="-Wl,-E -Wl,-B,immediate,-B,nonfatal $ccdlflags"
214989af 186ccdlflags="-Wl,-E -Wl,-B,deferred $ccdlflags"
8e07c86e 187
188usemymalloc='y'
189alignbytes=8
a28b458a 190# For native nm, you need "-p" to produce BSD format output.
191nm_opt='-p'
8ebc5c01 192
774d564b 193# When HP-UX runs a script with "#!", it sets argv[0] to the script name.
194toke_cflags='ccflags="$ccflags -DARG_ZERO_IS_SCRIPT"'
195
8e07c86e 196# If your compile complains about FLT_MIN, uncomment the next line
197# POSIX_cflags='ccflags="$ccflags -DFLT_MIN=1.17549435E-38"'
198
4633a7c4 199# Comment this out if you don't want to follow the SVR4 filesystem layout
8e07c86e 200# that HP-UX 10.0 uses
201case "$prefix" in
08a33705 202'') prefix='/opt/perl5' ;;
8e07c86e 203esac
4137488c 204
dc45a647 205# HP-UX can't do setuid emulation offered by Configure
206case "$d_dosuid" in
207'') d_dosuid="$undef" ;;
208esac
209
4137488c 210# Date: Fri, 6 Sep 96 23:15:31 CDT
211# From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
212# I looked through the gcc.info and found this:
213# * GNU CC compiled code sometimes emits warnings from the HP-UX
214# assembler of the form:
215# (warning) Use of GR3 when frame >= 8192 may cause conflict.
216# These warnings are harmless and can be safely ignored.