[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [open-cobol-list] gcc compile error with CBL_OPEN_FILE
From: |
Sergey Kashyrin |
Subject: |
Re: [open-cobol-list] gcc compile error with CBL_OPEN_FILE |
Date: |
Wed, 20 Jun 2007 11:57:19 -0400 |
Hi,
Set
sticky-linkage: no
I don't think you need it
I'm usually also setting
#undef COB_PARAM_CHECK
in config.h
to avoid issues when calling Cobol from C/C++ etc.
Regards,
Sergey
----- Original Message -----
From: address@hidden
To: address@hidden
Sent: Wednesday, June 20, 2007 9:57 AM
Subject: [open-cobol-list] gcc compile error with CBL_OPEN_FILE
SAMPFLE.c:380: error: too many arguments to function `CBL_OPEN_FILE'
SAMPFLE.c:480: error: too many arguments to function `CBL_READ_FILE'
SAMPFLE.c:872: error: too many arguments to function `CBL_READ_FILE'
SAMPFLE.c:1033: error: too many arguments to function `CBL_CLOSE_FILE'