From: <ai...@us...> - 2011-11-18 07:41:07
|
Revision: 12032 http://plplot.svn.sourceforge.net/plplot/?rev=12032&view=rev Author: airwin Date: 2011-11-18 07:41:00 +0000 (Fri, 18 Nov 2011) Log Message: ----------- Tweak wording concerning the announcement of the Windows MinGW/gfortran compiler issue. Most of these tweaks concern qualifying all references to gfortran that appear in this announcement with the "MinGW/" prefix. The point of this qualification is this problem is limited to Windows. Therefore, we don't want to concern users of gfortran on Linux or Mac OS X by using the unqualified gfortran term anywhere in this particular announcement. Modified Paths: -------------- trunk/README.release Modified: trunk/README.release =================================================================== --- trunk/README.release 2011-11-17 13:34:50 UTC (rev 12031) +++ trunk/README.release 2011-11-18 07:41:00 UTC (rev 12032) @@ -147,26 +147,26 @@ In some future release we will deprecate these bindings. When this will happen has not been decided yet. -(5.9.10) We have found that some distributions of the gfortran compiler -on Windows MinGW/gfortran compiler (i.e., MinGW/gfortran 4.6.1 and 4.6.2 from -http://www.equation.com) may cause a link error due to duplicate symbols -like __gfortran_setarg_. These errors can be suppressed by adding -the flag -Wl,--allow-multiple-define. It is very likely that this -is a bug in these distributions. +(5.9.10) We have found that some distributions of the Windows +MinGW/gfortran compiler (i.e., MinGW/gfortran 4.6.1 and 4.6.2 from +http://www.equation.com) may cause a link error due to duplicate +symbols like __gfortran_setarg_. These errors can be suppressed by +adding the flag -Wl,--allow-multiple-define. It is very likely that +this is a bug in these distributions. As building the libraries and the examples succeeds without any problem if you use most other distributions of Windows MinGW/gfortran, we have decided not to include this flag in our build system. -Distributions of gfortran that are known to work: +Distributions that are known to work: - MinGW/gfortran-4.5 from http://www.equation.com, - MinGW/gfortran-4.5.2-1 that is installed using the latest mingw-get-inst-20110802 automatic installer available at http://sourceforge.net/projects/mingw/files/Installer/mingw-get-inst - MinGW/gfortran-4.6.2 from tdm-gcc.tdragon.net -(Therefore it is not the version of gfortran as such that causes -this problem.) +(Therefore it is not the 4.5.x versus 4.6.x version of MinGW/gfortran +as such that causes this problem.) (5.9.9) This is a quick release to deal with two broken build issues that were recently discovered for our Windows platform. Windows users should This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |