bug-gnucobol
[Top][All Lists]
Advanced

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

Re: [Bug-GnuCOBOL] runtime module libcob/fileio.c not compilable with VB


From: Ron Norman
Subject: Re: [Bug-GnuCOBOL] runtime module libcob/fileio.c not compilable with VBISAM
Date: Mon, 30 Oct 2017 07:32:21 -0700

The GnuCOBOL README should say:

  o VBISAM - ISAM file handler (libvbisam) 2.0 or later
    http://sourceforge.net/projects/vbisam/

    VBISAM is distributed under GNU Lesser General Public License.

If you go to that link and Click on  'Files' you can find the vbisam2 version which is needed for GnuCOBOL.


On Mon, Oct 30, 2017 at 5:58 AM, Harald Cordes | ITGAIN <address@hidden> wrote:

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

 




--
Cheers
Ron Norman

reply via email to

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