BUG #5016: dlltool error in libecpg_compatdll.def - Mailing list pgsql-bugs

From Itagaki Takahiro
Subject BUG #5016: dlltool error in libecpg_compatdll.def
Date
Msg-id 200908270359.n7R3xIZt074380@wwwmaster.postgresql.org
Whole thread Raw
Responses Re: BUG #5016: dlltool error in libecpg_compatdll.def
List pgsql-bugs
The following bug has been logged online:

Bug reference:      5016
Logged by:          Itagaki Takahiro
Email address:      itagaki.takahiro@oss.ntt.co.jp
PostgreSQL version: 8.5 Alpha 1
Operating system:   Windows XP (mingw)
Description:        dlltool error in libecpg_compatdll.def
Details:

I built 8.5alpha1 and found the following errors:

c:\mingw\bin\dlltool:
 Syntax error in def file ./libecpg_compatdll.def:44
 Syntax error in def file ./libecpg_compatdll.def:44
 Syntax error in def file ./libecpg_compatdll.def:44

There is no @ on 42nd function in libecpg_compatdll.def.
----
    byleng                  @ 41
ECPG_informix_reset_sqlca    42
----
seems to be:
----
    byleng                  @ 41
    ECPG_informix_reset_sqlca @ 42
----

pgsql-bugs by date:

Previous
From: "WANGRUNGVICHAISRI, SHIVESH"
Date:
Subject: Re: BUG #4996: postgres.exe memory consumption keeps going up
Next
From: Heikki Linnakangas
Date:
Subject: Re: BUG #5011: Standby recovery unable to follow timeline change