Kurt D. Starsinic [Thu, 10 Dec 1998 00:51:46 +0000 (19:51 -0500)]
To: Gurusamy Sarathy <gsar@engin.umich.edu>, Jarkko Hietaniemi <jhi@iki.fi>
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
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"
# 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