Windows installer for maxima-5.30.0



A windows installer for maxima-5.30.0 is available at
http://billinghurst.customer.netspace.net.au/maxima-5.30.0.exe

This is built in the traditional way with:
  - gcl/gcc-3.3.1
  - recent wxMaxima-13.04.2 binary from Andrej Vodopivec
  - gnuplot 4.6.3

There are two known testsuite failures due to use of gcc-3.3.1.
They do not occur if I build gcl using gcc-4.6.2, but that has
other problems.

Running tests in rtest16:
********************** Problem 202 ***************
Input:
        60
       2   - 1
float(-------) - 1
          60
         2


Result:
- 1.1102230246251565E-16

This differed from the expected result:
0.0

********************** Problem 203 ***************
Input:
        1000
       2     - 1
float(---------) - 1
          1000
         2


Result:
- 1.1102230246251565E-16

This differed from the expected result:
0.0