Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Subject: RE: Avail for test: libtool-devel-1.9f_20041024-1, libltdl6-1.9f_20041024-1 MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-class: urn:content-classes:message Date: Wed, 27 Oct 2004 13:19:01 +0200 Message-ID: <90459864DAD67D43BDD3D517DEFC2F7D029F23@axon.Axentia.local> X-MS-Has-Attach: X-MS-TNEF-Correlator: From: "Peter Ekberg" To: Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id i9RBJIPd009397 Chuck wrote: > New alpha versions of libtool available for test. This is > very close to what libtool-2.0 will be. Please evaluate. "make install-strip" on a shared library strips the import lib, not the dll which was what I was hoping for. Not a show-stopper I suppose... /bin/sh ../libtool --mode=install /usr/bin/install -c -s 'libgg.la' '/usr/lib/libgg.la' /usr/bin/install -c .libs/libgg.dll.a /usr/lib/libgg.dll.a strip --strip-unneeded /usr/lib/libgg.dll.a base_file=`basename ${file}` dlpath=`/bin/sh 2>&1 -c '. .libs/'${base_file}'i;echo $dlname'` dldir=/usr/lib/`dirname $dlpath` test -d $dldir || mkdir -p $dldir /usr/bin/install -c .libs/cyggg-0.dll $dldir/cyggg-0.dll /usr/bin/install -c .libs/libgg.lai /usr/lib/libgg.la Cheers, Peter -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/