From: Jarkko Hietaniemi Date: Fri, 22 Oct 1999 22:44:44 +0000 (+0000) Subject: so back to 'so', from Stephanie Beals X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=0d9ec2f4d93b0001a98026d5ab6b7f125cbebd38;p=p5sagit%2Fp5-mst-13.2.git so back to 'so', from Stephanie Beals p4raw-id: //depot/cfgperl@4422 --- diff --git a/hints/aix.sh b/hints/aix.sh index 60ca22a..01017e2 100644 --- a/hints/aix.sh +++ b/hints/aix.sh @@ -61,7 +61,11 @@ case "$osvers" in esac so="a" -dlext="o" +# AIX itself uses .o (libc.o) but we prefer compatibility +# with the rest of the world and with rest of the scripting +# languages (Tcl, Python) and related systems (SWIG). +# Stephanie Beals +dlext="so" # Trying to set this breaks the POSIX.c compilation