GnuCOBOL prebuilt for TIP/ix for download

To return to home page click home

GnuCOBOL is an Open Source COBOL compiler and you can get the 4.0 source code download

Select the software you need and click on the 'download' link to get it.

This GnuCOBOL compiler is based on the 'trunk' version and for our TIP/ix customers is built with V-ISAM which handles both C-ISAM and VB-ISAM format files.
This is compatible with the ISAM file handler that TIP/ix uses, as well as Microfocus COBOL.

The V-ISAM 2.2 source is available and configure it with the --enable-cisamcompat option to be compatible with TIP/ix.
This (C-ISAM compatible) mode is also able to read/write ISAM files used by either Microfocus COBOL or TIP/ix.
V-ISAM is able to handle both C-ISAM and VB-ISAM format files at run-time.
The V-ISAM 2.2 source code may be downloaded here: download

GnuCOBOL for 64 bit Platforms

Platform Download
Linux 8.1 (Intel) download
Linux 7.0 (Intel) download
Linux 6.2 (Intel) download
AIX 7.0 (PowerPC) download
HPUX 11.23 (Itanium) download
MAC OS download

GnuCOBOL for 32 bit Platforms

Platform Download
Linux 6.2 (Intel) download
Redhat Linux 5.0 (Intel) download
Sun Solaris 5.7 (Sparc) download
AIX 7.0 (PowerPC) download
HPUX 11.23 (Itanium) download

After downloading, cd to the directory you want to install the compiler (for example /usr/local)
and use 'tar xzvf name' to extract the contents into that directory.
Where 'name' is name of the tar file you downloaded

You should make sure that you prepend the environment variable PATH with /your/directory/bin
and LD_LIBRARY_PATH (or LIBPATH on AIX) with /your/directory/lib
Where /your/directory could be something like /usr/local
You may also set COB_DIR = /your/directory in your environment.