gnucobol-users
[Top][All Lists]
Advanced

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

Re: [open-cobol-list] OpenCOBOL release 1.0


From: Alain
Subject: Re: [open-cobol-list] OpenCOBOL release 1.0
Date: Thu, 27 Dec 2007 18:06:53 +0100

On Thu, 27 Dec 2007 13:37:19 +0100
Roger While <address@hidden> wrote:

> OpenCOBOL release 1.0 is announced.
> Many bug fixes.
> Many architecture fixes.
> The persons that helped are noted in the THANKS.
> We are more or less 85 compliant.
> We have a number of 2002, mf and ACU extensions.
> 
> I want to thank all persons that have contributed
> to this release and hope that they (and new
> persons) continue to contribute to the project.
> 
> I wish all a very happy new year.
> 
> The pre-release 1.1 will be available shortly
> at the usual download for developers.
> 
> Roger
> 

Roger,

I have already downloaded from sim-basis a 10.0 release from Nov 04 2007,
but as soon as possible I shall download the new because I have a big problem :
a C program interface between cobol and psql don't work with the old 1.0.
I have past four hours with two Linux specialist system engeneers and too seems 
Ok
Two little programs in cobol and C works, the interface called by a C program 
works
but called by a cobol 1.0 program it don't work.
It seem that is because the data defined in the cob prog as "PIC s9(10) comp" 
and 
in C as "int" (we have also tried "long long") is translated by the compiler as
static unsigned char b_6[8] __attribute__((aligned));   /* zontst */
We are absolutly not sure of that, but the only way is to install again 
O-C-0.23.19
with wich this worked, but I can't compile db-1 with my current kernel and gcc :

alain[lib]$ uname -a
Linux pc11 2.6.20 #1 SMP PREEMPT Mon Feb 5 22:21:23 CET 2007 i686 athlon-4 i386 
GNU/Linux
alain[lib]$ gcc -v
Lecture des spécification à partir de 
/usr/lib/gcc/i486-slackware-linux/3.4.6/specs
Configuré avec: ../gcc-3.4.6/configure --prefix=/usr --enable-shared 
--enable-threads=posix --enable-__cxa_atexit --disable-checking --with-gnu-ld 
--verbose --target=i486-slackware-linux --host=i486-slackware-linux
Modèle de thread: posix
version gcc 3.4.6

So, I try to compile 0.23.19 with oldest versions.

Thanks in advance for any idea.
-- 
Alain <address@hidden>


reply via email to

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