|
From: Tatsuro M. <tma...@ya...> - 2016-03-28 09:54:11
|
Hello I have noticed that the cygwin supports Wxwidgets both 2.8 and 3.0. I have used Wxwidgets 3.0.2 on Cygwin instead of my own build one. I have a trouble for wx-config. The configure script of gnuplot see wx-config. But wx-config of Wxwidgets 3.0 on the cygwin wx-config-3.0. My workaround is : $ ln -s wx-config-3.0 wx-config. Is there any other ways? Tatsuro |