Windows versions of ALDOR
There two different packages for the ALDOR compiler. GCC version uses MinGW
compiler (or Cygwin version of MinGW). MSVC version uses Microsoft Visual
C compiler. For the moment MSVC version does not support GMP library required
for libalgebra.
Please download the file from the following links:
- GCC version:
aldor-1.0.1-win32-gcc.exe
- MSVC version (old):
aldor-1.0.1-win32-msvc.exe
(Dec 17)
- MSVC version (release):
aldor-1.0.1-win32-msvc-release.exe
This is the same as Dec 17 with libaldor tests, and some other files that
are present in Linux distribution.
NEW !!!(Feb 3)
- MSVC version (debug):
aldor-1.0.1-win32-msvc-debug.exe
This is the debug version of aldor compiler. It solves the problem of the
release version, but links against libcd.lib instead of libc.lib. Issue an
warning when linking because the library used by aldor's libraries is libcd
and the library used when compiling new sources is libc.
NEW !!!(Feb 3)
Note: It seems that is runtime.as is compiled using libc.lib
some programs do not work. If the intermediate code is compiled and run in
Linux environment it works. One solution to this problem is to disable
inlining (-qno-inline) or use debug version.
Slightly modified versions of winalgebra and winsumit:
Libsumit and libalgebra with pre-compiled libraries for Windows:
Here are the already compiled packages for GMP 4.1:
For any (Aldor related) problems you can contact me by email at: ldragan@scl.csd.uwo.ca
Last Updated Feb 3, 2003