[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: |
Mon, 05 Sep 2011 21:18:18 +0200 |
User-agent: |
Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.21) Gecko/20110831 Thunderbird/3.1.13 |
Hello Henrik!
On 05/09/11 19:27, Henrik Reinstädtler wrote:
> Hello everybody,
> I now tryed to 'make':
> following error was displayed
> CXX video_output_qt-moc.o
> CXXLD bino
> /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
> /usr/lib64/libX11.so.6: could not read symbols: Invalid operation
> collect2: ld gab 1 als Ende-Status zurück
That's strange. Bino should be linked against libX11 automatically. Can
you try manually force linking with libX11? (./configure LIBS="-lX11"
...) Can you send your config.log file (compressed)?
Martin