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 provided by automake. From the automake >

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

2012-01-09 Thread Bob Friesenhahn
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 provided by automake. From the automake documentation: When Automake invokes `make' in a subdirectory, it us

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 > > which use libtool and have never had libt

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

2012-01-09 Thread Peter O'Gorman
On 01/09/2012 09:31 AM, Diab Jerius wrote: make DESTDIR=/home/dj/stage prefix=/rbtree-1.0.9 exec_prefix=/rbtree-1.0.9/x86 install The resultant file hierarchy is shallower: /home/dj/stage /home/dj/stage/rbtree-1.0.9 /home/dj/stage/rbtree-1.0.9/x86 /home/dj/stage/rbtree-1.0.9/x86/lib /home/dj/

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 performed via > >>> > >>> make AM_MAKEFLAGS="DESTDIR=/p

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

2012-01-09 Thread Peter O'Gorman
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 performed via make AM_MAKEFLAGS="DESTDIR=/proj/axaf/simul/pkgs prefix=/lua_udunits2-0.1.2_01 exec_prefix=/lua_udunits2-0.1.2_01/

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_prefix=/lua_udunits2-0.1.2_01/x86_64-linux_debian-5.

Re: Libtool error reporting.

2012-01-09 Thread Shamis, Pavel
Peter, Did you have a chance to look at the patch. Please let me know if you have some comments. I found it extremely useful for debug of module component architecture, that loads modules on the "fly". Regards, Pavel (Pasha) Shamis --- Application Performance Tools Group Computer Science and M