Compilation
Views is delivered with a set of libraries that are stored in a directory that depends on the type of machine you are using, the operating system it runs on and the compiler you plan to use.
This directory can be one of:
System name |
Hardware |
Operating System |
Compiler |
hp32_11_3.73 |
HP 9700 |
HP-UX 11.11 or higher |
HP ANSI C++ A.03.73 or higher using -mt -AA options |
hp64_11_3.73 |
HP 9700 |
HP-UX 11.11 or higher |
HP ANSI C++ A.03.73 or higher in 64bit mode (+DA2.0W) using -mt -AA options |
ia64_hpux11_6.17 |
ia64 (Itanium 2) |
HP-UX 11.11 or higher |
HP ANSI C++ A.06.17 or higher in 64bit mode (+DD64) |
ia64-32_hpux11_6.17 |
ia64 (Itanium 2) |
HP-UX 11.11 or higher |
HP ANSI C++ A.06.17 or higher in 32bit mode |
x86_sles10.0_4.1 |
x86 |
SUSE Linux Enterprise Server 10, 11, or 12 |
gcc4.1+, gcc5.5 |
x64_sles10.0_4.1 |
x64(x86-64) |
SUSE Linux Enterprise Server 10, 11, or 12 |
gcc4.1+, gcc5.5 |
x64_sles15.0_7.3 |
x64(x86-64) |
SUSE Linux Enterprise Server 15 |
gcc7.3 |
x86_rhel5.0_4.1 |
x86 |
RedHat Enterprise Linux 5, 6, or 7 |
gcc4.1+ |
x64_rhel5.0_4.1 |
x86-64 |
RedHat Enterprise Linux 5, 6, or 7 |
gcc4.1+ |
x64_rhel7.2_5.3 |
x86-64 |
RedHat Enterprise Linux 7 |
gcc5.3 |
x86_.net2010_10.0 |
x86 |
Microsoft Windows platforms |
Microsoft Visual C++ .NET 2010 (10.0) |
x64_.net2010_10.0 |
x64 (x86-64) |
Microsoft Windows platforms |
Microsoft Visual C++ .NET 2010 (10.0 - 64bit) |
x86_.net2012_11.0 |
x86 |
Microsoft Windows Platforms |
Microsoft Visual C++.NET 2012 (11.0) |
x64_.net2012_11.0 |
x64(x86-64) |
Microsoft Windows Platforms |
Microsoft Visual C++.NET 2012 (11.0 - 64bit) |
x86_.net2013_12.0 |
x86 |
Microsoft Windows Platforms |
Microsoft Visual C++.NET 2013 (12.0) |
x64_.net2013_12.0 |
x64(x86-64) |
Microsoft Windows Platforms |
Microsoft Visual C++.NET 2013 (12.0 - 64bit) |
x86_.net2015_14.0 |
x86 |
Microsoft Windows Platforms |
Microsoft Visual C++.NET 2015 (14.0) |
x64_.net2015_14.0 |
x64(x86-64) |
Microsoft Windows Platforms |
Microsoft Visual C++.NET 2015 (14.0 - 64bit) |
x86_.net2017_15.0 |
x86 |
Microsoft Windows Platforms |
Microsoft Visual Studio 2017 (15.0) |
x64_.net2017_15.0 |
x64(x86-64) |
Microsoft Windows Platforms |
Microsoft Visual Studio 2017 (15.0 - 64bit) |
power32_aix6.1_10.1 |
PowerPC |
AIX 6.1 or higher |
Visual Age 10.1 using standard C++ streams (-DIL_STD) |
power64_aix6.1_10.1 |
PowerPC |
AIX 6.1 or higher |
Visual Age 10.1 in 64bit mode (-q64) using standard C++ streams (-DIL_STD) |
ultrasparc32_10_11 |
Sun Ultra Sparc |
Solaris 2.10 or higher |
SunStudio 11 or higher |
ultrasparc64_10_11 |
Sun Ultra Sparc |
Solaris 2.10 or higher |
SunStudio 11 or higher in 64bit mode (-xtarget=ultra -xarch=v9) |
x86_solaris10_11 |
x86 |
Solaris 2.10 or higher |
SunStudio 11 or higher |
x64_solaris10_11 |
x64 (x86-64) |
Solaris 2.10 or higher |
SunStudio 11 or higher in 64bit mode (-xarch=amd64) |
x64_rhel9.1_11.3 |
x86-64 |
RedHat Enterprise Linux 9 |
gcc11.3.1 |
x64_rhel8.0_8.2 |
x86-64 |
RedHat Enterprise Linux 8 |
gcc8.2.1 |
x64_rhel9.1_11.3 |
x86-64 |
RedHat Enterprise Linux 9 |
gcc11.3.1 |
It will be referred to as <system> in the following text.