This is the mail archive of the
cygwin
mailing list for the Cygwin project.
RE: Avail for test: libtool-devel-1.9f_20041024-1, libltdl6-1.9f_20041024-1
- From: "Peter Ekberg" <peda at axentia dot se>
- To: <cygwin at cygwin dot com>
- Date: Wed, 27 Oct 2004 13:19:01 +0200
- Subject: RE: Avail for test: libtool-devel-1.9f_20041024-1, libltdl6-1.9f_20041024-1
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/