Re: Cygwin PostgreSQL CVS build issues

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Jason Tishler <jason(at)tishler(dot)net>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Cygwin PostgreSQL CVS build issues
Date: 2003-04-29 18:26:39
Message-ID: 200304291826.h3TIQdI20245@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Jason Tishler wrote:
> I'm in the process of creating some patches to fix the Cygwin specific
> build issues mentioned in the following post:
>
> http://archives.postgresql.org/pgsql-cygwin/2003-04/msg00053.php
>
> I was able to resolve all problems except for the following:
>
> 1. src/include/port/win32defs.h does not seem to be in CVS yet.

Requirement removed. That file isn't needed anymore.

> 2. ecpg_compat_mode is declared in
> src/interfaces/ecpg/ecpglib/connect.c but does not seem to be
> defined yet.
>
> Also, I would like to know whether or not the following is an acceptable
> way to get ecpg.dll linked against libpgtypes.a:
>
> +++ interfaces/ecpg/ecpglib/Makefile 2003/04/29 17:40:25
> @@ -22,6 +22,9 @@ OBJS= execute.o typename.o descriptor.o
> connect.o misc.o
>
> SHLIB_LINK= $(libpq)
> +ifeq ($(PORTNAME), cygwin)
> +SHLIB_LINK+= -L../pgtypeslib -lpgtypes
> +endif
>
> If not, what is the recommended approach?

Michael Meskes will have to answer these.

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Jan Wieck 2003-04-29 19:30:18 Re: FOR EACH STATEMENT triggers
Previous Message Jason Tishler 2003-04-29 18:14:32 Cygwin PostgreSQL CVS build issues