Community technical support mailing list was retired 2010 and replaced with a professional technical support team. For assistance please contact: Pre-sales Technical support via email to sales@march-hare.com.
$ libtool --version ltmain.sh (GNU libtool) 1.5.2 (1.1220.2.60 2004/01/25 12:25:08) Debian: 192 $ $ libtool --features host: powerpc-ibm-aix5.1.0.0 enable shared libraries disable static libraries "Tony Hoyle" <tmh at nodomain.org> wrote in message news:c5ud9g$jv6$2 at paris.nodomain.org... > Tony Hoyle wrote: > > > > If your libtool doesn't support shared libraries it may be possible to > > upgrade to one that does... that's an AIX specific problem though. > > > Running 'libtool --features' should give you this information too. I get: > > $ libtool --version > ltmain.sh (GNU libtool) 1.5.2 (1.1220.2.60 2004/01/25 12:25:08) Debian: 192 $ > ... > > $ libtool --features > host: i386-pc-linux-gnu > enable shared libraries > enable static libraries > > Tony