bug-gnucobol
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-GnuCOBOL] runtime module libcob/fileio.c not compilable with VBISAM


From: Harald Cordes | ITGAIN
Subject: [Bug-GnuCOBOL] runtime module libcob/fileio.c not compilable with VBISAM
Date: Mon, 30 Oct 2017 12:58:37 +0000

Hi,

 

I downloaded VBISAM, like mentioned in README, from

http://sourceforge.net/projects/vbisam/

 

After a configure –with-vbisam the subsequent make failed with an error msg

that during the link process the symbol isfullclose wasn’t available.

 

After adding in libcob/fileio.c near line 135 the definition for isfullclose:

#ifdef  WITH_VBISAM

#include <vbisam.h>

#define isfullclose(x)  isclose (x)

The error msg went and I got a running COBOL compiler the ISAM support.

cobc -version:

Built     Oct 30 2017 12:55:36

 

With my best regards

   Harald

 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]