Re: Fwd: Solaris build of 7.4 problem with - Mailing list pgsql-bugs

From Peter Eisentraut
Subject Re: Fwd: Solaris build of 7.4 problem with
Date
Msg-id Pine.LNX.4.44.0311260740230.2367-100000@peter.localdomain
Whole thread Raw
In response to Re: Fwd: Solaris build of 7.4 problem with  (Seum-Lim Gan <slgan@lucent.com>)
Responses Re: Fwd: Solaris build of 7.4 problem with  (Seum-Lim Gan <slgan@lucent.com>)
List 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 by date:

Previous
From: Klint Gore
Date:
Subject: Re: variable not found in subplan target list? + test case
Next
From: Seum-Lim Gan
Date:
Subject: Re: Fwd: Solaris build of 7.4 problem with