ecpg compile (compatlib)

Поиск
Список
Период
Сортировка
От deststar
Тема ecpg compile (compatlib)
Дата
Msg-id 3EEC8E55.7090909@blueyonder.co.uk
обсуждение исходный текст
Ответы Re: ecpg compile (compatlib)  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: ecpg compile (compatlib)  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: deststar
Дата:
Сообщение: ecpg compile (compatlib)
Следующее
От: Chih-Hao Huang
Дата:
Сообщение: bug in pg.py and the fix