bug-gnucobol
[Top][All Lists]
Advanced

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

Re: [open-cobol-list] Re: "make check failed" on MinGW


From: Peg
Subject: Re: [open-cobol-list] Re: "make check failed" on MinGW
Date: Thu Jun 30 19:30:33 2005
User-agent: Mozilla Thunderbird 1.0.2 (Windows/20050317)

Hello Roger,
Thank you for the answer.

Roger While wrote:
> I can not reproduce this.
> All data rep tests pass in my environment.
> This is MSys/MingW stable and
> "gcc 3.2.3 (mingw special 20030504-1)"
> as gcc -v reports.
My present environment is as follows.
*Windows XP Pro SP1
*MSYS-1.0.11 + autoconf-2.59 + automake-1.8.2 + libtool-1.5
*MSYS DTK(Developer Tool Kit) 1.0.1
*MinGW is
 binutils-2.15.94-20050118-1
 gcc-core-3.4.4-20050522-1 + gcc-g++-3.4.4-20050522-1
 mingw-runtime-3.7 + mingw-utils-0.3 + w32api-3.2
*gettext-0.11.5-2003.02.01-1.exe
*libiconv-1.8.0-2003.02.01-1.exe
*pdcurses-2.6.0-2003.07.21-1.exe
*db-4.2.52(Installation from source)
*gmp-4.1.3(Installation from source)
*libtool-1.5.6(Installation from source)

> Can you try changing the following lines at 124-126 in
> libcob/common.h :
>   unsigned int flag_filename_mapping:1;
>   unsigned int flag_binary_truncate:1;
>   unsigned int flag_pretty_display:1;
>
> Change these to char fields thus :
>   char flag_filename_mapping;
>   char flag_binary_truncate;
>   char flag_pretty_display;
When the above-mentioned was corrected,
 it came to pass "Make check" all. Thank you.

However, even if the above-mentioned was corrected,
 some tests were not able to be passed by "NIST Test Suite".
Will this be a problem of the environment?

> It is the only thing I can think of.
> If that works, I would say your compiler is borked.
Does this only have to be thought that this problem
 happens when gcc-3.4.4(mingw special) is used?
If it is so, I will use a little old gcc.

# Because I have joined this mailing list, Cc is unnecessary.

--
Peg, PegStyle mailto:address@hidden
http://members8.tsukaeru.net/pegstyle/


reply via email to

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