Re: Fwd: Solaris build of 7.4 problem with

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: Fwd: Solaris build of 7.4 problem with
Дата
Msg-id Pine.LNX.4.44.0311260740230.2367-100000@peter.localdomain
обсуждение исходный текст
Ответ на Re: Fwd: Solaris build of 7.4 problem with  (Seum-Lim Gan <slgan@lucent.com>)
Ответы Re: Fwd: Solaris build of 7.4 problem with
Список pgsql-bugs
Seum-Lim Gan writes:

> I got the output from the cc verbose (-#).
> Looks like there is a "-hread" towards the end.

Apparently, your compiler does not understand the -pthread option.  I've
read on the net that the Sun compiler options for thread-safety have
changed a few times, but I haven't found a system yet.  If you just want
to get going, edit src/template/solaris and replace -pthread by the right
option (-mt in your case?).

--
Peter Eisentraut   peter_e@gmx.net

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

Предыдущее
От: Klint Gore
Дата:
Сообщение: Re: variable not found in subplan target list? + test case
Следующее
От: Seum-Lim Gan
Дата:
Сообщение: Re: Fwd: Solaris build of 7.4 problem with