Re: Cygwin PostgreSQL CVS build issues

From: Tom Lane <tgl(at)sss(dot)pgh(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 19:36:34
Message-ID: 5002.1051644994@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Jason Tishler <jason(at)tishler(dot)net> writes:
> 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

Why would Cygwin need that if other platforms don't? (Perhaps other
platforms do too? I've never tried to actually run ecpg ...)

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message prashanth 2003-04-29 19:46:24 Re: LISTEN/NOTIFY benchmarks?
Previous Message Tom Lane 2003-04-29 19:34:36 Re: Transform groups