dlopen, DESTDIR, library dependencies and "cannot install" error

2012-01-06 Thread Diab Jerius
Hi, I'm using libtool-2.4.2. My package includes a dlopen'able module and a shareable library against which it links. Here's the gist of the automake recipe: #--- # exported support routines lib_LTLIBRARIES = liblua_udunits2.la

Re: dlopen, DESTDIR, library dependencies and "cannot install" error

2012-01-09 Thread Diab Jerius
On Sat, 2012-01-07 at 13:31 -0600, Bob Friesenhahn wrote: > On Fri, 6 Jan 2012, Diab Jerius wrote: > > > > and the installation is performed via > > > > make AM_MAKEFLAGS="DESTDIR=/proj/axaf/simul/pkgs > > prefix=/lua_udunits2-0.1.2_01 > > exec_prefi

Re: dlopen, DESTDIR, library dependencies and "cannot install" error

2012-01-09 Thread Diab Jerius
On Mon, 2012-01-09 at 08:55 -0600, Peter O'Gorman wrote: > On 01/09/2012 08:50 AM, Diab Jerius wrote: > > On Sat, 2012-01-07 at 13:31 -0600, Bob Friesenhahn wrote: > >> On Fri, 6 Jan 2012, Diab Jerius wrote: > >>> > >>> and the installation is perfo

Re: dlopen, DESTDIR, library dependencies and "cannot install" error

2012-01-09 Thread Diab Jerius
On Mon, 2012-01-09 at 09:44 -0600, Peter O'Gorman wrote: > On 01/09/2012 09:31 AM, Diab Jerius wrote: > > > > In the context of my original question vis-a-vis libtool, I've been > > using this approach for many years with a large number of distributions > >

Re: dlopen, DESTDIR, library dependencies and "cannot install" error

2012-01-09 Thread Diab Jerius
On Mon, 2012-01-09 at 11:11 -0600, Bob Friesenhahn wrote: On Mon, 9 Jan 2012, Diab Jerius wrote: > >> > >> Where is such use of AM_MAKEFLAGS documented? > > > > It may not have been obvious in my original email, but I'm using > > automake. AM_MAKEFLAGS is

Re: [RFC] Moving ltmain.sh and libtool.m4 into Automake

2012-10-17 Thread Diab Jerius
On Wed, 2012-10-17 at 16:41 +0700, Gary V. Vaughan wrote: > Another consideration is that rolling Libtool into Automake would make > using Libtool as a standalone script rather more difficult. Having > said that, my impression is that Libtool is rarely used that way in > any case, and further simp