Fix of sorts for bug id 20000901.092. There seems to be no trace
[p5sagit/p5-mst-13.2.git] / hints / aix.sh
1 # hints/aix.sh
2 # AIX 3.x.x hints thanks to Wayne Scott <wscott@ichips.intel.com>
3 # AIX 4.1 hints thanks to Christopher Chan-Nui <channui@austin.ibm.com>.
4 # AIX 4.1 pthreading by Christopher Chan-Nui <channui@austin.ibm.com> and
5 #         Jarkko Hietaniemi <jhi@iki.fi>.
6 # AIX 4.3.x LP64 build by Steven Hirsch <hirschs@btv.ibm.com>
7 # Merged on Mon Feb  6 10:22:35 EST 1995 by
8 #   Andy Dougherty  <doughera@lafcol.lafayette.edu>
9
10 #
11 # Contact dfavor@corridor.com for any of the following:
12 #
13 #    - AIX 43x and above support
14 #    - gcc + threads support
15 #    - socks support
16 #
17 # Apr 99 changes:
18 #
19 #    - use nm in AIX 43x and above
20 #    - gcc + threads now builds
21 #    [(added support for socks) Jul 99 SOCKS support rewritten]
22 #
23 # Notes:
24 #
25 #    - shared libperl support is tricky. if ever libperl.a ends up
26 #      in /usr/local/lib/* it can override any subsequent builds of
27 #      that same perl release. to make sure you know where the shared
28 #      libperl.a is coming from do a 'dump -Hv perl' and check all the
29 #      library search paths in the loader header.
30 #
31 #      it would be nice to warn the user if a libperl.a exists that is
32 #      going to override the current build, but that would be complex.
33 #
34 #      better yet, a solid fix for this situation should be developed.
35 #
36
37 # Configure finds setrgid and setruid, but they're useless.  The man
38 # pages state:
39 #    setrgid: The EPERM error code is always returned.
40 #    setruid: The EPERM error code is always returned. Processes cannot
41 #             reset only their real user IDs.
42 d_setrgid='undef'
43 d_setruid='undef'
44
45 alignbytes=8
46
47 case "$usemymalloc" in
48 '')  usemymalloc='n' ;;
49 esac
50
51 # Intuiting the existence of system calls under AIX is difficult,
52 # at best; the safest technique is to find them empirically.
53
54 # AIX 4.3.* and above default to using nm for symbol extraction
55 case "$osvers" in
56    3.*|4.1.*|4.2.*)
57       usenm='undef'
58       ;;
59    *)
60       usenm='true'
61       ;;
62 esac
63
64 so="a"
65 # AIX itself uses .o (libc.o) but we prefer compatibility
66 # with the rest of the world and with rest of the scripting
67 # languages (Tcl, Python) and related systems (SWIG).
68 # Stephanie Beals <bealzy@us.ibm.com>
69 dlext="so"
70
71 # Take possible hint from the environment.  If 32-bit is set in the
72 # environment, we can override it later.  If set for 64, the
73 # 'sizeof' test sees a native 64-bit architecture and never looks back.
74 case "$OBJECT_MODE" in
75 32)
76     cat >&4 <<EOF
77
78 You have OBJECT_MODE=32 set in the environment. 
79 I take this as a hint you do not want to
80 build for a 64-bit address space. You will be
81 given the opportunity to change this later.
82 EOF
83     ;;
84 64)
85     cat >&4 <<EOF
86
87 You have OBJECT_MODE=64 set in the environment. 
88 This forces a full 64-bit build.  If that is
89 not what you intended, please terminate this
90 program, unset it and restart.
91 EOF
92     ;;
93 *)  ;;
94 esac
95
96 # Trying to set this breaks the POSIX.c compilation
97
98 # Make setsockopt work correctly.  See man page.
99 # ccflags='-D_BSD=44'
100
101 # uname -m output is too specific and not appropriate here
102 case "$archname" in
103 '') archname="$osname" ;;
104 esac
105
106 cc=${cc:-cc}
107
108 case "$osvers" in
109 3*) d_fchmod=undef
110     ccflags="$ccflags -D_ALL_SOURCE"
111     ;;
112 *)  # These hints at least work for 4.x, possibly other systems too.
113     ccflags="$ccflags -D_ALL_SOURCE -D_ANSI_C_SOURCE -D_POSIX_SOURCE"
114     case "$cc" in
115      *gcc*) ;;
116      *) ccflags="$ccflags -qmaxmem=16384" ;;
117     esac
118     nm_opt='-B'
119     ;;
120 esac
121
122 # These functions don't work like Perl expects them to.
123 d_setregid='undef'
124 d_setreuid='undef'
125
126 # Changes for dynamic linking by Wayne Scott <wscott@ichips.intel.com>
127 #
128 # Tell perl which symbols to export for dynamic linking.
129 case "$cc" in
130 *gcc*) ccdlflags='-Xlinker' ;;
131 *) ccversion=`lslpp -L | grep 'C for AIX Compiler$' | awk '{print $2}'`
132    case "$ccversion" in
133      4.4.0.0|4.4.0.1|4.4.0.2)
134         echo >&4 "*** This C compiler ($ccversion) is outdated."
135         echo >&4 "*** Please upgrade to at least 4.4.0.3."
136         ;;
137      esac
138 esac
139 # the required -bE:$installarchlib/CORE/perl.exp is added by
140 # libperl.U (Configure) later.
141
142 case "$ldlibpthname" in
143 '') ldlibpthname=LIBPATH ;;
144 esac
145
146 # The first 3 options would not be needed if dynamic libs. could be linked
147 # with the compiler instead of ld.
148 # -bI:$(PERL_INC)/perl.exp  Read the exported symbols from the perl binary
149 # -bE:$(BASEEXT).exp        Export these symbols.  This file contains only one
150 #                           symbol: boot_$(EXP)  can it be auto-generated?
151 case "$osvers" in
152 3*) 
153     lddlflags="$lddlflags -H512 -T512 -bhalt:4 -bM:SRE -bI:\$(PERL_INC)/perl.exp -bE:\$(BASEEXT).exp -e _nostart -lc"
154     ;;
155 *) 
156     lddlflags="$lddlflags -bhalt:4 -bM:SRE -bI:\$(PERL_INC)/perl.exp -bE:\$(BASEEXT).exp -b noentry -lc"
157     ;;
158 esac
159
160 # This script UU/usethreads.cbu will get 'called-back' by Configure 
161 # after it has prompted the user for whether to use threads.
162 cat > UU/usethreads.cbu <<'EOCBU'
163 case "$usethreads" in
164 $define|true|[yY]*)
165         ccflags="$ccflags -DNEED_PTHREAD_INIT"
166         case "$cc" in
167         gcc) ;;
168         cc_r) ;;
169         cc|xl[cC]_r) 
170             echo >&4 "Switching cc to cc_r because of POSIX threads."
171             # xlc_r has been known to produce buggy code in AIX 4.3.2.
172             # (e.g. pragma/overload core dumps)  Let's suspect xlC_r, too.
173             # --jhi@iki.fi
174             cc=cc_r
175             ;;
176         '') 
177             cc=cc_r
178             ;;
179         *)
180             cat >&4 <<EOM
181 *** For pthreads you should use the AIX C compiler cc_r.
182 *** (now your compiler was set to '$cc')
183 *** Cannot continue, aborting.
184 EOM
185             exit 1
186             ;;
187         esac
188
189         # c_rify libswanted.
190         set `echo X "$libswanted "| sed -e 's/ \([cC]\) / \1_r /g'`
191         shift
192         libswanted="$*"
193         # c_rify lddlflags.
194         set `echo X "$lddlflags "| sed -e 's/ \(-l[cC]\) / \1_r /g'`
195         shift
196         lddlflags="$*"
197
198         # Insert pthreads to libswanted, before any libc or libC.
199         set `echo X "$libswanted "| sed -e 's/ \([cC]\) / pthreads \1 /'`
200         shift
201         libswanted="$*"
202         # Insert pthreads to lddlflags, before any libc or libC.
203         set `echo X "$lddlflags " | sed -e 's/ \(-l[cC]\) / -lpthreads \1 /'`
204         shift
205         lddlflags="$*"
206
207         ;;
208 esac
209 EOCBU
210
211 # This script UU/uselargefiles.cbu will get 'called-back' by Configure 
212 # after it has prompted the user for whether to use large files.
213 cat > UU/uselargefiles.cbu <<'EOCBU'
214 case "$uselargefiles" in
215 ''|$define|true|[yY]*)
216 # Keep these at the left margin.
217 ccflags_uselargefiles="`getconf XBS5_ILP32_OFFBIG_CFLAGS 2>/dev/null`"
218 ldflags_uselargefiles="`getconf XBS5_ILP32_OFFBIG_LDFLAGS 2>/dev/null`"
219         # _Somehow_ in AIX 4.3.1.0 the above getconf call manages to
220         # insert(?) *something* to $ldflags so that later (in Configure) evaluating
221         # $ldflags causes a newline after the '-b64' (the result of the getconf).
222         # (nothing strange shows up in $ldflags even in hexdump;
223         #  so it may be something (a bug) in the shell, instead?)
224         # Try it out: just uncomment the below line and rerun Configure:
225 # echo >&4 "AIX 4.3.1.0 $ldflags_uselargefiles mystery" ; exit 1
226         # Just don't ask me how AIX does it, I spent hours wondering.
227         # Therefore the line re-evaluating ldflags_uselargefiles: it seems to fix
228         # the whatever it was that AIX managed to break. --jhi
229         ldflags_uselargefiles="`echo $ldflags_uselargefiles`"
230 # Keep this at the left margin.
231 libswanted_uselargefiles="`getconf XBS5_ILP32_OFFBIG_LIBS 2>/dev/null|sed -e 's@^-l@@' -e 's@ -l@ @g`"
232         case "$ccflags_uselargefiles$ldflags_uselargefiles$libs_uselargefiles" in
233         '');;
234         *) ccflags="$ccflags $ccflags_uselargefiles"
235            ldflags="$ldflags $ldflags_uselargefiles"
236            libswanted="$libswanted $libswanted_uselargefiles"
237            ;;
238         esac
239         case "$gccversion" in
240         '') ;;
241         *)
242         cat >&4 <<EOM
243
244 *** Warning: gcc in AIX might not work with the largefile support of Perl
245 *** (default since 5.6.0), this combination hasn't been tested.
246 *** I will try, though.
247
248 EOM
249         # Remove xlc-spefific -qflags.
250         ccflags="`echo $ccflags | sed -e 's@ -q[^ ]*@ @g' -e 's@^-q[^ ]* @@g'`"
251         ldflags="`echo $ldflags | sed -e 's@ -q[^ ]*@ @g' -e 's@^-q[^ ]* @@g'`"
252         echo >&4 "(using ccflags $ccflags)"
253         echo >&4 "(using ldflags $ldflags)"
254         ;; 
255         esac
256         ;;
257 esac
258 EOCBU
259
260 # This script UU/use64bitint.cbu will get 'called-back' by Configure 
261 # after it has prompted the user for whether to use 64 bit integers.
262 cat > UU/use64bitint.cbu <<'EOCBU'
263 case "$use64bitint" in
264 $define|true|[yY]*)
265             case "`oslevel`" in
266             3.*|4.[012].*)
267                 cat >&4 <<EOM
268 AIX `oslevel` does not support 64-bit interfaces.
269 You should upgrade to at least AIX 4.3.
270 EOM
271                 exit 1
272                 ;;
273             esac
274             ;;
275 esac
276 EOCBU
277
278 cat > UU/use64bitall.cbu <<'EOCBU'
279 # This script UU/use64bitall.cbu will get 'called-back' by Configure 
280 # after it has prompted the user for whether to be maximally 64-bitty.
281 case "$use64bitall" in
282 $define|true|[yY]*)
283             case "`oslevel`" in
284             3.*|4.[012].*)
285                 cat >&4 <<EOM
286 AIX `oslevel` does not support 64-bit interfaces.
287 You should upgrade to at least AIX 4.3.
288 EOM
289                 exit 1
290                 ;;
291             esac
292             echo " "
293             echo "Checking the CPU width of your hardware..." >&4
294             $cat >size.c <<EOCP
295 #include <stdio.h>
296 #include <sys/systemcfg.h>
297 int main (void)
298 {
299   printf("%d\n",_system_configuration.width);
300   return(0);
301 }
302 EOCP
303             set size
304             if eval $compile_ok; then
305                 qacpuwidth=`./size`
306                 echo "You are running on $qacpuwidth bit hardware."
307             else
308                 dflt="32"
309                 echo " "
310                 echo "(I can't seem to compile the test program.  Guessing...)"
311                 rp="What is the width of your CPU (in bits)?"
312                 . ./myread
313                 qacpuwidth="$ans"
314             fi
315             $rm -f size.c size
316             case "$qacpuwidth" in
317             32*)
318                 cat >&4 <<EOM
319 Bzzzt! At present, you can only perform a
320 full 64-bit build on a 64-bit machine.
321 EOM
322                 exit 1
323                 ;;
324             esac
325             qacflags="`getconf XBS5_LP64_OFF64_CFLAGS 2>/dev/null`"
326             qaldflags="`getconf XBS5_LP64_OFF64_LDFLAGS 2>/dev/null`"
327             # See jhi's comments above regarding this re-eval.  I've
328             # seen similar weirdness in the form of:
329             #
330 # 1506-173 (W) Option lm is not valid.  Enter xlc for list of valid options.
331             #
332             # error messages from 'cc -E' invocation. Again, the offending
333             # string is simply not detectable by any means.  Since it doesn't
334             # do any harm, I didn't pursue it. -- sh
335             qaldflags="`echo $qaldflags`"
336             qalibs="`getconf XBS5_LP64_OFF64_LIBS 2>/dev/null|sed -e 's@^-l@@' -e 's@ -l@ @g`"
337             # -q32 and -b32 may have been set by uselargefiles or user.
338             # Remove them.
339             ccflags="`echo $ccflags | sed -e 's@-q32@@'`"
340             ldflags="`echo $ldflags | sed -e 's@-b32@@'`"
341             # Tell archiver to use large format.  Unless we remove 'ar'
342             # from 'trylist', the Configure script will just reset it to 'ar'
343             # immediately prior to writing config.sh.  This took me hours
344             # to figure out.
345             trylist="`echo $trylist | sed -e 's@^ar @@' -e 's@ ar @ @g' -e 's@ ar$@@'`"
346             ar="ar -X64"
347             nm_opt="-X64 $nm_opt"
348             # Note: Placing the 'qacflags' variable into the 'ldflags' string
349             # is NOT a typo.  ldqalags is passed to the C compiler for final
350             # linking, and it wants -q64 (-b64 is for ld only!).
351             case "$qacflags$qaldflags$qalibs" in
352             '');;
353             *) ccflags="$ccflags $qacflags"
354                ldflags="$ldflags $qacflags"
355                lddqalags="$qaldflags $lddqalags"
356                libswanted="$libswanted $qalibs"
357                ;;
358             esac
359             case "$ccflags" in
360             *-DUSE_64_BIT_ALL*) ;;
361             *) ccflags="$ccflags -DUSE_64_BIT_ALL";;
362             esac
363             case "$archname64" in
364             ''|64*) archname64=64all ;;
365             esac
366             longsize="8"
367             # Don't try backwards compatibility
368             bincompat="$undef"
369             d_bincompat5005="$undef"
370             qacflags=''
371             qaldflags=''
372             qalibs=''
373             qacpuwidth=''
374             ;;
375 esac
376 EOCBU
377
378 cat > UU/uselongdouble.cbu <<'EOCBU'
379 # This script UU/uselongdouble.cbu will get 'called-back' by Configure 
380 # after it has prompted the user for whether to use long doubles.
381 case "$uselongdouble" in
382 $define|true|[yY]*)
383         ccflags="$ccflags -qlongdouble"
384         # The explicit cc128, xlc128, xlC128 are not needed,
385         # the -qlongdouble should do the trick. --jhi
386         d_Gconvert='sprintf((b),"%.*llg",(n),(x))'
387         ;;
388 esac
389 EOCBU
390
391 # If the C++ libraries, libC and libC_r, are available we will prefer them
392 # over the vanilla libc, because the libC contain loadAndInit() and
393 # terminateAndUnload() which work correctly with C++ statics while libc
394 # load() and unload() do not.  See ext/DynaLoader/dl_aix.xs.
395 # The C-to-C_r switch is done by usethreads.cbu, if needed.
396 if test -f /lib/libC.a -a X"`$cc -v 2>&1 | grep gcc`" = X; then
397     # Cify libswanted.
398     set `echo X "$libswanted "| sed -e 's/ c / C c /'`
399     shift
400     libswanted="$*"
401     # Cify lddlflags.
402     set `echo X "$lddlflags "| sed -e 's/ -lc / -lC -lc /'`
403     shift
404     lddlflags="$*"
405 fi
406
407 # EOF