Re: ecpg compile (compatlib) - Mailing list pgsql-patches

From Bruce Momjian
Subject Re: ecpg compile (compatlib)
Date
Msg-id 200306240152.h5O1q1902050@candle.pha.pa.us
Whole thread Raw
In response to ecpg compile (compatlib)  (deststar <deststar@blueyonder.co.uk>)
Responses Re: ecpg compile (compatlib)
List 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@postgresql.org
>

--
  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, Pennsylvania 19073

pgsql-patches by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: libpq.dll (Win32) for rel. 7.3.2 missing some exports
Next
From: Bruce Momjian
Date:
Subject: Re: array support patch phase 1 patch