Hi! I'm posting a couple of patches intended to fix GCL problems on mingw. Some of them should be eventually committed to to CVS (well, maybe with some modification) others are optional. In any case with these patches I was able to build ANSI GCL, latest CVS Maxima and successfully test both programs. gcl-pwd.patch - fixes GCL's ./configure failure due to strange mingw #include "..." behavior. I don't see that is wrong with it for other platforms. gcl-heap-size.patch - removes hard coded 256Mb heap size limit on mingw. It works. I checked at least with default 128K maxpege against cons allocation tests and some heavy tests with Maxima. gcl-makefile.patch - fixes make install path and version problem. Finally, two other patches are included for convenience: gcl-pcl.patch is required to build _ANSI_ GCL as required by current CVS Maxima. gcl-gcc.patch is required if gcc version is older than 3.3.X. -- Vadim V. Zhytnikov <vvzhy@mail.ru> <vvzhy@netorn.ru>
Attached file: gcl-pwd.patch
Attached file: gcl-gcc.patch
Attached file: gcl-heap-size.patch
Attached file: gcl-makefile.patch
Attached file: gcl-pcl.patch