compiling libpq++ on Solaris with Sun SPRO6U2 (fixed & tested)

Поиск
Список
Период
Сортировка
От Denis A Ustimenko
Тема compiling libpq++ on Solaris with Sun SPRO6U2 (fixed & tested)
Дата
Msg-id Pine.GSO.4.30.0110171516320.15171-100000@denis
обсуждение исходный текст
Ответы Re: compiling libpq++ on Solaris with Sun SPRO6U2 (fixed  (Peter Eisentraut <peter_e@gmx.net>)
Re: compiling libpq++ on Solaris with Sun SPRO6U2 (fixed &  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: compiling libpq++ on Solaris with Sun SPRO6U2 (fixed &  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-hackers
Sorry, previous patch was wrong.

Denis Ustimenko
--------------------------------------
*** orig/postgresql-7.1.3//src/makefiles/Makefile.solaris       Вс Дек 17
00:14:25 2000
--- postgresql-7.1.3//src/makefiles/Makefile.solaris    Ср Окт 17 14:33:11
2001
***************
*** 6,12 **** export_dynamic = -Wl,-E rpath = -Wl,-rpath,$(libdir) else
! rpath = -Wl,-R$(libdir) endif shlib_symbolic = -Wl,-Bsymbolic

--- 6,12 ---- export_dynamic = -Wl,-E rpath = -Wl,-rpath,$(libdir) else
! rpath = -R$(libdir) endif shlib_symbolic = -Wl,-Bsymbolic

*** orig/postgresql-7.1.3//src/Makefile.shlib   Вс Апр 15 10:25:07 2001
--- postgresql-7.1.3//src/Makefile.shlib        Ср Окт 17 13:00:29 2001
***************
*** 179,185 ****   ifeq ($(with_gnu_ld), yes)     LINK.shared               += -Wl,-soname,$(soname)   else
!     LINK.shared               += -Wl,-h,$(soname)   endif   SHLIB_LINK          += -lm -lc endif
--- 179,185 ----   ifeq ($(with_gnu_ld), yes)     LINK.shared               += -Wl,-soname,$(soname)   else
!     LINK.shared               += -h $(soname)   endif   SHLIB_LINK          += -lm -lc endif




В списке pgsql-hackers по дате отправления:

Предыдущее
От: Denis A Ustimenko
Дата:
Сообщение: compiling libpq++ on Solaris with Sun SPRO6U2
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Column names - time