ecpg compile (compatlib) - Mailing list pgsql-patches

From deststar
Subject ecpg compile (compatlib)
Date
Msg-id 3EEC8E55.7090909@blueyonder.co.uk
Whole thread Raw
Responses Re: ecpg compile (compatlib)
Re: ecpg compile (compatlib)
List pgsql-patches
*** 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



pgsql-patches by date:

Previous
From: deststar
Date:
Subject: ecpg compile (compatlib)
Next
From: Chih-Hao Huang
Date:
Subject: bug in pg.py and the fix