Re: are there any cons to linking libstdc++ with postgresql?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: are there any cons to linking libstdc++ with postgresql?
Дата
Msg-id 10779.1100742560@sss.pgh.pa.us
обсуждение исходный текст
Ответ на are there any cons to linking libstdc++ with postgresql?  (Palle Girgensohn <girgen@pingpong.net>)
Ответы Re: are there any cons to linking libstdc++ with  (Palle Girgensohn <girgen@pingpong.net>)
Список pgsql-hackers
Palle Girgensohn <girgen@pingpong.net> writes:
>> Is there a penalty in just leaving
>> LDFLAGS+= -lstdc++
>> in the postgresql port Makefile? Bad idea?

Yup.  The portability hazards are considerable.  I'm a bit surprised the
postgis guys seem to think it works.
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Tired of -Wold-style-definition already
Следующее
От: Palle Girgensohn
Дата:
Сообщение: Re: are there any cons to linking libstdc++ with