Re: Cygwin PostgreSQL CVS build issues - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: Cygwin PostgreSQL CVS build issues
Date
Msg-id 200304291826.h3TIQdI20245@candle.pha.pa.us
Whole thread Raw
In response to Cygwin PostgreSQL CVS build issues  (Jason Tishler <jason@tishler.net>)
Responses Re: Cygwin PostgreSQL CVS build issues  (Jason Tishler <jason@tishler.net>)
List 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@candle.pha.pa.us               |  (610)
359-1001+  If your life is a hard drive,     |  13 Roberts Road +  Christ can be your backup.        |  Newtown Square,
Pennsylvania19073
 



pgsql-hackers by date:

Previous
From: Jason Tishler
Date:
Subject: Cygwin PostgreSQL CVS build issues
Next
From: Jan Wieck
Date:
Subject: Re: FOR EACH STATEMENT triggers