Re: Not *quite* there on ecpg fixes

From: Michael Meskes <meskes(at)postgresql(dot)org>
To: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
Cc: Andrew Dunstan <andrew(at)dunslane(dot)net>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Michael Meskes <meskes(at)postgresql(dot)org>, Magnus Hagander <magnus(at)hagander(dot)net>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Not *quite* there on ecpg fixes
Date: 2007-10-04 14:47:50
Message-ID: 20071004144750.GA24090@feivel.credativ.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, Oct 04, 2007 at 10:04:41AM -0400, Alvaro Herrera wrote:
> It looks like dlltool does not like the .def file:
> ...
> Line 3 of that file is unadorned "EXPORTS":
>
> echo '; DEF file for MS VC++' > libpgtypesdll.def
> echo 'LIBRARY LIBPGTYPES' >> libpgtypesdll.def
> echo 'EXPORTS' >> libpgtypesdll.def
> ...
> I wonder why the dlltool failure is not causing the build to fail
> immediately?

These lines are simply copied from libpq/Makefile but ddltool does not
complain while working on libpq. Any idea where they differ?

Michael
--
Michael Meskes
Email: Michael at Fam-Meskes dot De, Michael at Meskes dot (De|Com|Net|Org)
ICQ: 179140304, AIM/Yahoo: michaelmeskes, Jabber: meskes(at)jabber(dot)org
Go SF 49ers! Go Rhein Fire! Use Debian GNU/Linux! Use PostgreSQL!

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Simon Riggs 2007-10-04 14:50:16 Re: Connection Pools and DISCARD ALL
Previous Message Alvaro Herrera 2007-10-04 14:46:56 Re: [HACKERS] Why does the sequence skip a number with generate_series?