Hi Ralf,

On Wed 12 Nov 2008 21:37, Ralf Wildenhues <[EMAIL PROTECTED]> writes:

> * Andy Wingo wrote on Wed, Nov 12, 2008 at 11:04:09AM CET:
>> On Tue 11 Nov 2008 20:11, Peter O'Gorman <[EMAIL PROTECTED]> 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

_______________________________________________
http://lists.gnu.org/mailman/listinfo/libtool

Reply via email to