[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Bino-list] (no subject)
From: |
Martin Lambers |
Subject: |
Re: [Bino-list] (no subject) |
Date: |
Tue, 06 Sep 2011 07:15:22 +0200 |
User-agent: |
Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.21) Gecko/20110831 Thunderbird/3.1.13 |
Hi Henrik!
On 05/09/11 19:27, Henrik Reinstädtler wrote:
> /usr/bin/ld: video_output_qt.o: undefined reference to symbol 'XFlush'
> /usr/bin/ld: note: 'XFlush' is defined in DSO /usr/lib64/libX11.so.6 so
> try adding it to the linker command line
I think I now found the reason for the link failures. It is a change in
linker behaviour. See e.g.
<http://nickclifton.livejournal.com/9067.html> for an explanation. In
short: we need to explicitly link everything that we use directly and
cannot rely on other libraries dragging the dependencies in.
I have made the necessary changes; could you try the latest version from
Git and see if it works?
Martin