Re: error: only absolute run-paths are allowed

2018-04-02 Thread Bert Wesarg
On Mon, Apr 2, 2018, 19:10 Jordy Dickinson wrote: > That is odd, but the file locally contains the value, which is > "securelibdir" > than were is 'securelibdir' set? > On Mon, 2018-04-02 at 17:07 +, Bert Wesarg wrote: > > > > On Mon, Apr 2, 2

Re: error: only absolute run-paths are allowed

2018-04-02 Thread Bert Wesarg
On Mon, Apr 2, 2018, 18:42 Jordy Dickinson wrote: > I'm trying to convert a PAM module's build system to an autotools > project, and I'm having issues with libtool. The output of `make` is as > follows: > > ``` > [...] > /bin/sh ../../libtool --tag=CC --mode=link gcc -g -O2 -module -no- > und

[PATCH] Fix typo of non-existing function name

2016-06-13 Thread Bert Wesarg
From fddcc0b117b5d4f3f4da95f183f19543354c39bb Mon Sep 17 00:00:00 2001 Message-Id: From: Bert Wesarg Date: Mon, 13 Jun 2016 22:28:47 +0200 Subject: [PATCH] Fix typo of non-existing function name. --- build-aux/ltmain.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build

Re: libtool-ltdl-devel

2016-03-02 Thread Bert Wesarg
On Wed, Mar 2, 2016 at 1:58 AM, Bob Friesenhahn wrote: > On Tue, 1 Mar 2016, Sam Knuijver wrote: > >> Hello, >> how do I download libtool-ltdl-devel ? on Ubuntu (Debian), the package is called libltdl-dev. Bert >> I want to install it from source since I can't apt-get it on Ubuntu 15.04 >> than

Re: rpath for an inter-library dependency

2015-02-11 Thread Bert Wesarg
ch depend on other libraries which need rpath information. Bert > > Robert Boehne > > On Feb 11, 2015 2:39 PM, "Bert Wesarg" wrote: >> >> Hi, >> >> On Wed, Feb 11, 2015 at 5:28 PM, Marcin Zalewski >> wrote: >> > Hello. >> > >&

Re: rpath for an inter-library dependency

2015-02-11 Thread Bert Wesarg
Hi, On Wed, Feb 11, 2015 at 5:28 PM, Marcin Zalewski wrote: > Hello. > > I have a contrib jemalloc library in my project that is not being > built using libtool. When I build my libtool library, I add this to > the link line: > > -ljemalloc -R/rpath/to/jemalloc > > This works fine, and my .la fil

Re: inter-library-dependency, how?

2011-11-21 Thread Bert Wesarg
On Mon, Nov 21, 2011 at 16:31, Bob Friesenhahn wrote: > On Mon, 21 Nov 2011, Bert Wesarg wrote: >> >> Christian and I independently solved this with the following fix: >> >> diff --git i/libltdl/config/ltmain.m4sh w/libltdl/config/ltmain.m4sh >> index ca67c

Re: inter-library-dependency, how?

2011-11-21 Thread Bert Wesarg
Hi, Hi Nick, thanks for the quick response. Am 09.09.2011 18:01, schrieb Nick Bowler: On 2011-09-09 17:56 +0200, Christian Rössel wrote: I want to build a program that depends on a libtool library that depends on a non-libtool library that needs rpath information to be