From: | "Itagaki Takahiro" <itagaki(dot)takahiro(at)oss(dot)ntt(dot)co(dot)jp> |
---|---|
To: | pgsql-bugs(at)postgresql(dot)org |
Subject: | BUG #5016: dlltool error in libecpg_compatdll.def |
Date: | 2009-08-27 03:59:18 |
Message-ID: | 200908270359.n7R3xIZt074380@wwwmaster.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs |
The following bug has been logged online:
Bug reference: 5016
Logged by: Itagaki Takahiro
Email address: itagaki(dot)takahiro(at)oss(dot)ntt(dot)co(dot)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
----
From | Date | Subject | |
---|---|---|---|
Next Message | Greg Stark | 2009-08-27 04:10:41 | Re: BUG #4996: postgres.exe memory consumption keeps going up |
Previous Message | Craig Ringer | 2009-08-27 02:36:38 | Re: BUG #4996: postgres.exe memory consumption keeps going up |