[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: GNU Libtool 1.5.4 released
From: |
Frédéric L . W . Meunier |
Subject: |
Re: GNU Libtool 1.5.4 released |
Date: |
Sat, 3 Apr 2004 23:59:06 -0300 (BRT) |
On Sun, 4 Apr 2004, Peter O'Gorman wrote:
> The Libtool Team is pleased to announce the release of GNU Libtool
> 1.5.4.
>
> New in 1.5.4: Saturday, April 3rd 2004
>
> $ export CVS_RSH=ssh
> $ cvs -z3 -d :ext:address@hidden:/cvsroot/libtool \
> co -r release-1-5-4 libtool
>
> You will then need to have the latest release versions of Automake
> (1.8.3) and Autoconf (2.59) installed to
> bootstrap the checked out sources yourself.
So, what may be wrong here ? I'm using release-1-5-4, have
Autoconf 2.59 and Automake 1.8.3, ran ./bootstrap, and make
install doesn't install the /usr/share/libtool/libltdl files.
It only does if I cd libltdl and run make local-install-files.
But while this seems to be a default I just overlooked, the
following doesn't:
# make DESTDIR=/root/install local-install-files
rm -rf /root/install/usr/share/libtool/libltdl
mkdir -p -- . /root/install/usr/share/libtool/libltdl
All libltdl files were installed. The same without DESTDIR.
But I configure with builddir != srcdir:
# make DESTDIR=/root/install local-install-files
rm -rf /root/install/usr/share/libtool/libltdl
mkdir -p -- . /root/install/usr/share/libtool/libltdl
cp: cannot stat
`/usr/local/src/CVS/GNU/libtool/libltdl//usr/local/src/CVS/GNU/libtool/libltdl/acinclude.m4':
No such file or directory
cp: cannot stat
`/usr/local/src/CVS/GNU/libtool/libltdl//usr/local/src/CVS/GNU/libtool/libltdl/configure.ac':
No such file or directory
cp: cannot stat
`/usr/local/src/CVS/GNU/libtool/libltdl//usr/local/src/CVS/GNU/libtool/libltdl/aclocal.m4':
No such file or directory
cp: cannot stat
`/usr/local/src/CVS/GNU/libtool/libltdl//usr/local/src/CVS/GNU/libtool/libltdl/Makefile.am':
No such file or directory
cp: cannot stat
`/usr/local/src/CVS/GNU/libtool/libltdl//usr/local/src/CVS/GNU/libtool/libltdl/Makefile.in':
No such file or directory
cp: cannot stat
`/usr/local/src/CVS/GNU/libtool/libltdl//usr/local/src/CVS/GNU/libtool/libltdl/config-h.in':
No such file or directory
cp: cannot stat
`/usr/local/src/CVS/GNU/libtool/libltdl//usr/local/src/CVS/GNU/libtool/libltdl/configure':
No such file or directory
It only installs the others. The same without DESTDIR.
No idea why it's adding /usr/local/src/CVS/GNU/libtool/libltdl/
twice.
--
http://www.pervalidus.net/contact.html
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: GNU Libtool 1.5.4 released,
Frédéric L . W . Meunier <=