compiling libpq++ on Solaris with Sun SPRO6U2

From: Denis A Ustimenko <denis(at)oldham(dot)ru>
To: <pgsql-hackers(at)postgresql(dot)org>
Subject: compiling libpq++ on Solaris with Sun SPRO6U2
Date: 2001-10-17 05:55:05
Message-ID: Pine.GSO.4.30.0110171249550.4995-100000@denis
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Here is my patches for libpq++ compiling by Sun C++:
--------------------------------------------------------------------------
*** ../postgresql-7.1.3.orig//src/Makefile.shlib Вс Апр 15 10:25:07
2001
--- .//src/Makefile.shlib Ср Окт 17 12:23:41 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
*** ../postgresql-7.1.3.orig//src/makefiles/Makefile.solaris Вс Дек 17
00:14:25 2000
--- .//src/makefiles/Makefile.solaris Ср Окт 17 11:59:33 2001
***************
*** 5,12 ****
ifeq ($(with_gnu_ld), yes)
export_dynamic = -Wl,-E
rpath = -Wl,-rpath,$(libdir)
- else
- rpath = -Wl,-R$(libdir)
endif
shlib_symbolic = -Wl,-Bsymbolic
--------------------------------------------------------------------------

Regards
Denis Ustimenko

Browse pgsql-hackers by date

  From Date Subject
Next Message Pramod Reddy 2001-10-17 07:58:04 DBBalancer bugs
Previous Message Tom Lane 2001-10-17 05:25:36 Re: Making regression tests