|
From: Petr M. <mi...@ph...> - 2017-07-04 23:08:45
|
>> I have troubles compiling rc2 on Linux (OpenSUSE 42.2, and some Ubuntu) - >> linking fails. >> >> It is this problem: >> https://sourceforge.net/p/gnuplot/support-requests/196/ >> >> The workaround >> configure --with-X11 >> described above does not help, while >> TERMLIBS="-lX11" ./configure >> let me gnuplot compile. >> >> Can this be fixed? > > No. It is a bug in the configuration files distributed for libwxgtk. Unfortunately it seems to be a wide-spread bug. It is quite embarassing that a compile needs googling to fix it locally. Cannot "./configure" take care of this? I.e. add the "-lX11" flag if "something"? --- Petr |