Billinghurst, David (CALCRTS) writes:
>>From: Barton Willis
>>
>>I'll see if I can build 5.9.2 today under Windows. But with
>>5.9.2.1cvs, there is a problem:
>
>
> I have built a 5.9.2 windows package using gcl-2.6.6
>
> I needed to install gcc header file (patch below).
>
> With this change I get clean testsuite runs with installed
> xmaxima and command line maxima. I confirmed that example(additive)
> works for me in all cases.
>
> The describe() function doesn't work with installed command line
> maxima, but does work with installed xmaxima, although the search
> path seems correct.
>
>
> --- interfaces/xmaxima/win32/Makefile.in~ 2004-09-06 15:07:19.000000000 +1000
> +++ interfaces/xmaxima/win32/Makefile.in 2005-10-12 14:53:56.563150400 +1000
> @@ -47,6 +47,7 @@
> cp $(GCCPREFIX)/bin/mingwm10.dll $(prefix)/bin
> cp $(GCCPREFIX)/bin/tclpip84.dll $(prefix)/bin
> cp $(GCCPREFIX)/include/stdio.h $(prefix)/include
> + cp $(GCCPREFIX)/include/stdint.h $(prefix)/include
> cp $(GCCPREFIX)/include/stdlib.h $(prefix)/include
> cp $(GCCPREFIX)/include/varargs.h $(prefix)/include
> cp $(GCCPREFIX)/include/setjmp.h $(prefix)/include
>
>
Which version of gcc and binutils?
Unfortunately gcl + mingw's gcc/binutils is a fragile
combination. For gcl 2.6.X gcc 3.3.1 and binutils 2.14.90
are recommended other versions may have serious problems.
--
Vadim V. Zhytnikov