|
From: Tatsuro M. <tma...@ya...> - 2014-05-29 02:04:06
|
Hello I am trying to build gnuplot for windows with qt terminal on MinGW platform. In linking gnuplot_qt.exe, the following warnig appear: warning: cannot find entry symbol mainCRTStartup; defaulting to 00401000 Perhaps this is related to failure in executing qt terminal. Terminal type set to 'qt' gnuplot> plot sin(x) Could not connect to gnuplot_qt "qtgnuplot4832" . Starting a new one Warning: slow font initializationgnuplot> I'm now using Qt-4.8.6 build myself using the same gcc (4.8.2 MinGW-w64 win32) to build gnuplot and dependencies. Regards Tatsuro |