Re: libtool 2.2.6 on HP-UX, with DESTDIR, installs lt wrapper instead of real binary

2009-12-18 Thread River Tarnell
River Tarnell: We've had proposed patches to get libtool with DESTDIR to work on HP-UX but they were problematic in some respect (see the archives of the libtool-patches list); I don't recall however if the issues were the same as what you are seeing. Thanks. I'll have a look at

DESTDIR installs

2002-11-25 Thread Philip Willoughby
I have the following in a Makefile.am: pkglib_LTLIBRARIES=libapttlog.la libapttlog_la_SOURCES=aptt/log/log.c AM_CPPFLAGS=@INCLTDL@ -I$(top_srcdir)/src -I$(top_builddir)/src libapttlog_la_LIBADD=@LIBLTDL@ lib_LTLIBRARIES=libaptttest.la libaptttest_la_SOURCES=aptt/test/test.c

Re: DESTDIR installs

2002-11-25 Thread Guido Draheim
[EMAIL PROTECTED] wrote: == pw == Philip Willoughby [EMAIL PROTECTED] writes: pw I have the following in a Makefile.am: pw pkglib_LTLIBRARIES=libapttlog.la pw libapttlog_la_SOURCES=aptt/log/log.c AM_CPPFLAGS=@INCLTDL@ pw -I$(top_srcdir)/src -I$(top_builddir)/src pw

Re: DESTDIR installs

2002-11-25 Thread Guido Draheim
Carl D. Roth wrote: I had the same problem - libtool does not like destdir-install with two libraries being interdependent. I had a look through the sources how to pass it down to libtool - but the automake generated install-line for the .la will now pass an extra argument. Without help from

DESTDIR installs

2002-11-25 Thread Charles Wilson
Ummm, if I understand your problem, this has been fixed in CVS HEAD: http://mail.gnu.org/pipermail/libtool-patches/2002-November/002159.html and following thread. However, it was never committed on the 1.4.x branch, even though it was submitted prior to the 1.4.3 release. Unfortunately,