Previous: Building the documentation and PolyORB's examples, Up: Installation



2.6 Platform notes

Solaris 2.8:

Tru64 5.1A:

The default maximal data segment size may not be sufficient to compile PolyORB. If a GNAT heap exhausted error message occurs during build, try raising this limit using:

     ulimit -d unlimited

AIX 5.2:

PolyORB must be compiled with the -mminimal-toc compiler switch. This can be achieved by setting the following values in the environment at configure time:

     ADAFLAGS="-g -O2 -mminimal-toc"
     CFLAGS="-g -O2 -mminimal-toc"

HP-UX 11.00:

The version of install(1) from /opt/imake/bin on HP-UX is not suitable for installing PolyORB. Make sure that /opt/imake/bin is not on the PATH when building and installing PolyORB.