Re: link_all_deplibs feature

2007-09-08 Thread Alexander Leidinger
Quoting Bob Friesenhahn <[EMAIL PROTECTED]> (Sat, 8 Sep 2007 09:08:40 -0500 (CDT)): > On Sat, 8 Sep 2007, Alexander Leidinger wrote: > >> Say I'm an innocent user that wants to try out one of your package > >> on my system where I don't have root privileges. That's very common. > >> I can only i

Re: link_all_deplibs feature

2007-09-08 Thread Bob Friesenhahn
On Sat, 8 Sep 2007, Alexander Leidinger wrote: Say I'm an innocent user that wants to try out one of your package on my system where I don't have root privileges. That's very common. I can only install in directories neither the runtime linker nor the link editor will search by default. That's

Re: link_all_deplibs feature

2007-09-08 Thread Alexander Leidinger
Quoting Ralf Wildenhues <[EMAIL PROTECTED]> (Fri, 7 Sep 2007 20:37:38 +0200): BTW: The reason why I didn't got the mails before was a problem with the DNS server which hosts leidinger.net. The domainkey TXT entry was not split up into multiple 255-character parts. I removed the key from DNS now un

Re: link_all_deplibs feature

2007-09-07 Thread Ralf Wildenhues
* Alexander Leidinger wrote on Fri, Sep 07, 2007 at 07:43:56PM CEST: > Quoting Ralf Wildenhues (Fri, 7 Sep 2007 14:56:46 +0200): > > * Alexander Leidinger wrote on Thu, Sep 06, 2007 at 10:23:32AM CEST: > > > > > > In revision 1.47.2.12 (branch-1-5) of ltdl.m4 you set > > > libltdl_cv_sys_dlopen_de

Re: link_all_deplibs feature

2007-09-07 Thread Alexander Leidinger
Quoting Ralf Wildenhues <[EMAIL PROTECTED]> (Fri, 7 Sep 2007 14:56:46 +0200): > Hello Alexander, > > * Alexander Leidinger wrote on Thu, Sep 06, 2007 at 10:23:32AM CEST: > > > > In revision 1.47.2.12 (branch-1-5) of ltdl.m4 you set > > libltdl_cv_sys_dlopen_deplibs to yes for DragonFlyBSD and Fr

Re: link_all_deplibs feature

2007-09-07 Thread Ralf Wildenhues
* Ralf Wildenhues wrote on Thu, Sep 06, 2007 at 05:58:05PM CEST: > Hello Alexander, [...] It seems that my message did not get through to Alexander, he contacted me off-list. Well, I had you in To: in my previous message, so there is little reason to assume that another off-list message of mine (

Re: link_all_deplibs feature

2007-09-06 Thread Ralf Wildenhues
Hello Alexander, * Alexander Leidinger wrote on Thu, Sep 06, 2007 at 10:23:32AM CEST: > > In revision 1.47.2.12 (branch-1-5) of ltdl.m4 you set > libltdl_cv_sys_dlopen_deplibs to yes for DragonFlyBSD and FreeBSD. This is > because the runtime linkers recursively open dependencies (libs) themself

Re: link_all_deplibs

2005-01-21 Thread Ralf Wildenhues
* Ralf Wildenhues wrote on Fri, Jan 21, 2005 at 03:10:34PM CET: > * Christoph Wellner wrote on Thu, Jan 20, 2005 at 02:08:28PM CET: ... > Thanks. Can you do a favor for me: add > -Xlinker --no-add-needed > to LDFLAGS on build Never mind. Debian's binutils does not support that option yet. Que

Re: link_all_deplibs

2005-01-21 Thread Ralf Wildenhues
* Christoph Wellner wrote on Thu, Jan 20, 2005 at 02:08:28PM CET: > *snip* > > I attached the files you requested. Thanks. Can you do a favor for me: add -Xlinker --no-add-needed to LDFLAGS on build, i.e., run path/to/configure [OPTIONS] with the options you used before, then use make LDF

Re: link_all_deplibs

2005-01-20 Thread Christoph Wellner
On Tue, 18 Jan 2005 18:43:57 +0100, Ralf Wildenhues <[EMAIL PROTECTED]> wrote: [...] Also interesting would be: objdump -p .libs/lt-clic and objdump -p /path/to/.libs/libmnnbase.so (you can pipe the output through egrep 'PATH|NEEDED' if it's too long for your taste). The linking-part of th

Re: link_all_deplibs

2005-01-19 Thread Christoph Wellner
On Tue, 18 Jan 2005 18:43:57 +0100, Ralf Wildenhues <[EMAIL PROTECTED]> wrote: Hi Ralf [...] The linking-part of the Makefile.am is this (snippet) $(top_builddir)/nmm/utils/gdparse/libnmmgdparse.la \ $(top_builddir)/nmm/base/libnmmbase.la \ $(top_builddir)/nmm/base/graph/lib

Re: link_all_deplibs

2005-01-18 Thread Ralf Wildenhues
Hi Christoph, * Christoph Wellner wrote on Tue, Jan 18, 2005 at 09:46:31AM CET: > On Mon, 17 Jan 2005 16:03:46 +0100, Ralf Wildenhues > <[EMAIL PROTECTED]> wrote: > > >Please provide a small recipe how we can reproduce what you are doing, > >or at least post the rules you use to create your lib

Re: link_all_deplibs

2005-01-18 Thread Christoph Wellner
On Mon, 17 Jan 2005 16:03:46 +0100, Ralf Wildenhues <[EMAIL PROTECTED]> wrote: ... This is all not helpful. Please read[1]. Please provide a small recipe how we can reproduce what you are doing, or at least post the rules you use to create your libraries and programs, i.e., Makefile or Makefile

Re: link_all_deplibs

2005-01-17 Thread Ralf Wildenhues
Christoph, * Christoph Wellner wrote on Mon, Jan 17, 2005 at 03:38:42PM CET: > > Well, libA.la contains the information that it depends on libB. But I > still get the linker-error. > > Perhaps it is important, that the libs are not 'installed' but stil in the > directory-tree of our source-c

Re: link_all_deplibs

2005-01-17 Thread Christoph Wellner
[...] If you install libA as libtool library (i.e., libA.la is installed as well), then this should work. libA.la should contain the information that it depends on libB, that is, if you supplied that at the time of creating libA.la. Even if libtool does not state it in its documentation as of now:

Re: link_all_deplibs

2005-01-17 Thread Christoph Wellner
On Fri, 14 Jan 2005 16:26:22 +0100, Ralf Wildenhues <[EMAIL PROTECTED]> wrote: [...] You can either change `libtool.m4' and/or whereever the package you are talking about stores its m4 macros then rebuild the package or you can change generated `libtool' -- look for all instances of link_all_dep

Re: link_all_deplibs

2005-01-17 Thread Ralf Wildenhues
* Christoph Wellner wrote on Mon, Jan 17, 2005 at 11:31:39AM CET: > On Fri, 14 Jan 2005 16:26:22 +0100, Ralf Wildenhues > <[EMAIL PROTECTED]> wrote: > > > >You could also tell us what specific problem you have encountered, so we > >can warn against it or help you (the Debian maintainer usually re

Re: link_all_deplibs

2005-01-16 Thread Ralf Wildenhues
Hi Christoph, * Christoph Wellner wrote on Sat, Jan 15, 2005 at 01:11:37PM CET: > On Fri, 14 Jan 2005 16:26:22 +0100, Ralf Wildenhues > <[EMAIL PROTECTED]> wrote: > >* Christoph Wellner wrote on Fri, Jan 14, 2005 at 04:07:21PM CET: > >> > >>i have trouble starting my application since I get unde

Re: link_all_deplibs

2005-01-15 Thread Christoph Wellner
On Fri, 14 Jan 2005 16:26:22 +0100, Ralf Wildenhues <[EMAIL PROTECTED]> wrote: Hi Christoph, * Christoph Wellner wrote on Fri, Jan 14, 2005 at 04:07:21PM CET: i have trouble starting my application since I get undefined references. As source I determined the variable "link_all_deplibs_CXX" wich

Re: link_all_deplibs

2005-01-14 Thread Ralf Wildenhues
Hi Christoph, * Christoph Wellner wrote on Fri, Jan 14, 2005 at 04:07:21PM CET: > > i have trouble starting my application since I get undefined references. > As source I determined the variable "link_all_deplibs_CXX" wich is > explicitly set to 'no' in libtool.m4. > I'm running libtool-1.5.6

Re: link_all_deplibs=yes

2004-12-12 Thread Albert Chin
On Fri, Dec 10, 2004 at 03:55:14PM -0600, Albert Chin wrote: > I'm trying to build kde-3.3.1 on AIX 5.2 and because deplibs isn't > added to link when $linkmode=prog, library linking is failing with > unresolved symbols (because the dependency libs from dependent .la > files aren't being included i

Re: link_all_deplibs=yes

2004-12-12 Thread Ralf Wildenhues
* Albert Chin wrote on Fri, Dec 10, 2004 at 10:55:14PM CET: > >From config/ltmain.m4sh (applies to 1.5 as well): > ... *snip* > ... > > Why enforce this only when $linkmode=prog? Why shouldn't the deplibs > additions in the above apply when creating libraries? > > I'm trying t