Verifying that there is enough space

XL C/C++ V8.0 requires about 200 MB of hard disk storage space. This amount accommodates the optional samples and documentation that are shipped with the product.

Note:
Compiling at higher levels of optimization can require large amounts of temporary disk space.

Command to determine the amount of available space

You can use the following command to determine the amount of space that is available in any path:

   df -h installation_path

Basic installation example: Determining the amount of space in the default installation path

You can use the following command to determine the amount of space available in the default installation location:

   df -h /opt