Source Code

The following files contain the source code for binaries that are distributed with Maple

On 32-bit Linux we ship a binary version of libstdc++, one component of the gcc distribution.
gcc-3.4.6.tar.bz2

See http://gcc.gnu.org/

The source code for the version of the gmp library shipped with Maple:
gmp-4.2.1.tar.gz
See http://gmplib.org/

Two patches to the gmp source:
gmp-impl.h.MPN_SIZEINBASE.diff
gmp-impl.h.x86.ULONG_PARITY.diff

A series of patches that implement an export renaming scheme on Apple: apple.gmp.mpfr.rename.patches.tar.gz

This is necessary because the stardard gmp export names are becoming common in other libraries and applications. We want to make sure that Maple contains the correct version. For Maple 12, this is only done on Apple.

Pthreads for win32; a threading compatibility library used on Windows:
pthreads-w32-2-8-0-release.tar.gz