libtool
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: fixing linkage against uninstalled libtool archives on macos?


From: Andy Wingo
Subject: Re: fixing linkage against uninstalled libtool archives on macos?
Date: Thu, 13 Nov 2008 11:41:15 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

Hi Ralf,

On Wed 12 Nov 2008 21:37, Ralf Wildenhues <address@hidden> writes:

> * Andy Wingo wrote on Wed, Nov 12, 2008 at 11:04:09AM CET:
>> On Tue 11 Nov 2008 20:11, Peter O'Gorman <address@hidden> writes:
>> > On 11-Nov-08, at 6:16 AM, Andy Wingo wrote:
>> >
>> >>    http://lists.gnu.org/archive/html/bug-libtool/2008-11/msg00012.html
>> >>
>> >> Just to recap, the bug is that having
>> >> "../../../gst/libgstreamer-0.10.la" on the link line expands into
>> >> "-L../../../gst/.libs -lgstreamer-0.10" instead of
>> >> "../../../gst/.libs/libgstreamer-0.10.dylib". I tested replacing the
>> >> "-L -l" combination with the path to the dylib, and that seems to
>> >> work.
>> >
>> > Could you please send the output of ./libtool --config.
>> 
>> Sure. It's a bit long of course, but you're probably aware of that ;-)
>
> Please also post the output of the failing link command, with --debug
> added as first option after libtool.  Attach the output bzip2'ed or
> gzip'ed, please, it's going to be larger than the --config one.  ;-)

OK, here's the output. Note that this time it didn't fail, because now
when I build it, the installed library is binary-compatible with the one
in the build tree, because I removed the installed libs and reinstalled
this version, as noted in the original bug report.

But the badness is still there, of course, on line 6985, column 466:

   -L/opt/yobuild/lib -L../../../gst/.libs -lgstreamer-0.10

This will do the Wrong Thing(tm).

Andy

Attachment: log.bz2
Description: libtool --debug log


reply via email to

[Prev in Thread] Current Thread [Next in Thread]