From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
---|---|
To: | deststar <deststar(at)blueyonder(dot)co(dot)uk> |
Cc: | pgsql-patches(at)postgresql(dot)org |
Subject: | Re: ecpg compile (compatlib) |
Date: | 2003-06-24 01:52:01 |
Message-ID: | 200306240152.h5O1q1902050@candle.pha.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-patches |
Can someone remind me why "-L../ecpglib -lecpg" is required for cygwin
but not for other platforms?
---------------------------------------------------------------------------
deststar wrote:
> *** src/interfaces/ecpg/compatlib/Makefile.orig Thu May 22 18:20:44 2003
> --- src/interfaces/ecpg/compatlib/Makefile Sun Jun 15 15:45:34 2003
> ***************
> *** 17,23 ****
> SO_MINOR_VERSION= 0.0
>
> override CPPFLAGS := -I$(top_srcdir)/src/interfaces/ecpg/include
> -I$(top_srcdir)/src/include/utils $(CPPFLAGS)
> ! SHLIB_LINK = -L../pgtypeslib -lpgtypes
>
> OBJS= informix.o
>
> --- 17,23 ----
> SO_MINOR_VERSION= 0.0
>
> override CPPFLAGS := -I$(top_srcdir)/src/interfaces/ecpg/include
> -I$(top_srcdir)/src/include/utils $(CPPFLAGS)
> ! SHLIB_LINK = -L../pgtypeslib -lpgtypes -L../ecpglib -lecpg
>
> OBJS= informix.o
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 1: subscribe and unsubscribe commands go to majordomo(at)postgresql(dot)org
>
--
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
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2003-06-24 01:56:36 | Re: array support patch phase 1 patch |
Previous Message | Bruce Momjian | 2003-06-24 00:44:51 | Re: libpq.dll (Win32) for rel. 7.3.2 missing some exports |