|
From: <pl...@pi...> - 2015-11-26 02:23:16
|
On 25/11/15 17:36, Karl-Friedrich Ratzsch wrote: > This is a known quirk, see also the 5.0 release notes and > https://sourceforge.net/p/gnuplot/bugs/1592/ > > Try giving > > configure --with-wx-single-threaded > > or > > TERMLIBS="-lX11" ./configure > > The latter can in some cases be necessary even if the x11 terminal is > configured. > > Best regards, > > Karl > > Am 25.11.2015 um 14:48 schrieb pl...@pi...: >> I still need to tell it where to find wx-config otherwise it builds >> without wxt >> >> ./configure --prefix=/usr/local --without-qt >> --with-wx=/usr/libexec/compat-wxGTK3-gtk2/ >> >> Now it seems to fail at the linker stage. >> >> /bin/ld: wxterminal/wxt_gui.o: undefined reference to symbol 'XInitThreads' >> /usr/lib64/libX11.so.6: error adding symbols: DSO missing from command line >> collect2: error: ld returned 1 exit status >> make[4]: *** [gnuplot] Error 1 >> >> >> Thanks Karl, the TERMLIBS idea got it to compile without problems. TERMLIBS="-lX11" ./configure --prefix=/usr/local --without-qt --with-wx=/usr/libexec/compat-wxGTK3-gtk2/ Thanks for sharing your deeper understanding of automake magic. It seems like you have come up against this before. Is there something that needs changing/fixing here? regards, Peter. |