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
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
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
* 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
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
* 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 (
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
* 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
* 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
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
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
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
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
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
[...]
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:
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
* 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
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
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
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
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
* 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
22 matches
Mail list logo