2. C++ Compilers and Platforms
The OEChem Libraries are currently supported on the following platforms:
- x86 Linux on Intel Pentium series and AMD Athlon processors.
- x86_64 Linux on Intel Pentium series and AMD Athlon processors.
- Apple OS X 10.4 on Intel and PowerPC processors.
- Microsoft Windows 2000 and XP on x86.
- IBM AIX 5.3 on PowerPC processors.
- Linux on Itanium2 processors (SGI Altix).
- Linux on IBM pSeries PowerPC processors.
- RedHat Cygwin (Mingw only) on Microsoft Windows on x86.
- SUN Solaris 2.10 on SPARC and x64 processors.
- Legacy SGI IRIX 6.5 on MIPS processors.
Due to the use of C++, and the lack or instability of a standardized
C++ ABIs on many operating systems, versions of the OEChem libraries
are provided for different compilers, and even different compiler
versions. Typically, OEChem is available for the system's native C++
compiler, for GNU g++ 3.4.3 , and also for GNU g++ version 4.1.2 on
x86 and x86_64 Linux systems.
Subsections