From: Kurt D. Starsinic Date: Thu, 10 Dec 1998 00:51:46 +0000 (-0500) Subject: Give up completely using nm in AIX. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=cc628cc3888218d0946be2424363b397261343b9;p=p5sagit%2Fp5-mst-13.2.git Give up completely using nm in AIX. To: Gurusamy Sarathy , Jarkko Hietaniemi Cc: perl5-porters@perl.org Subject: [PATCH 5.005_54] AIX 4.3.1.0 fails to locate some functions Message-ID: <19981210005146.B29986@O2.chapin.edu> p4raw-id: //depot/cfgperl@2480 --- diff --git a/hints/aix.sh b/hints/aix.sh index 25e2048..25e3e38 100644 --- a/hints/aix.sh +++ b/hints/aix.sh @@ -19,6 +19,10 @@ alignbytes=8 usemymalloc='n' +# Intuiting the existence of system calls under AIX is difficult, +# at best; the safest technique is to find them empirically. +usenm='undef' + so="a" dlext="so" @@ -97,6 +101,6 @@ EOM # Make sure the c_r library is before the c library or # make will fail. set `echo X "$libswanted "| sed -e 's/ c / c_r c /'` - shift +p shift libswanted="$*" fi