From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
---|---|
To: | Denis A Ustimenko <denis(at)oldham(dot)ru> |
Cc: | pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: compiling libpq++ on Solaris with Sun SPRO6U2 (fixed & |
Date: | 2001-11-06 22:40:42 |
Message-ID: | 200111062240.fA6MegP27833@candle.pha.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Can I get a status on this? I see Peter stated:
I didn't read much farther than
acc (SPARC only) is not intended to be used directly on
Solaris 2.x.
---------------------------------------------------------------------------
> 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
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 3: if posting/reading through Usenet, please send an appropriate
> subscribe-nomail command to majordomo(at)postgresql(dot)org so that your
> message can get through to the mailing list cleanly
>
--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2001-11-06 22:41:30 | Re: Create or replace function doesn't work so well |
Previous Message | Bruce Momjian | 2001-11-06 21:15:46 | Re: CREATE TEMP SEQUENCE |