Re: compiling libpq++ on Solaris with Sun SPRO6U2 (fixed &

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: compiling libpq++ on Solaris with Sun SPRO6U2 (fixed &
Дата
Msg-id 200111111921.fABJLLG01714@candle.pha.pa.us
обсуждение исходный текст
Ответ на compiling libpq++ on Solaris with Sun SPRO6U2 (fixed & tested)  (Denis A Ustimenko <denis@oldham.ru>)
Список pgsql-hackers
Patch applied.  Sorry for the delay. I got confused in the resulting
discussion.  This will appear in 7.2 final.

---------------------------------------------------------------------------

> 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@postgresql.org so that your
> message can get through to the mailing list cleanly
> 

--  Bruce Momjian                        |  http://candle.pha.pa.us pgman@candle.pha.pa.us               |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Triggered Data Change check
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [SQL] RIGHT JOIN is only supported with mergejoinable join conditions