Re: Fwd: Solaris build of 7.4 problem with

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Seum-Lim Gan <slgan(at)lucent(dot)com>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: Fwd: Solaris build of 7.4 problem with
Date: 2003-11-26 06:41:46
Message-ID: Pine.LNX.4.44.0311260740230.2367-100000@peter.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)gmx(dot)net

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Seum-Lim Gan 2003-11-26 14:17:50 Re: Fwd: Solaris build of 7.4 problem with
Previous Message Klint Gore 2003-11-26 01:46:35 Re: variable not found in subplan target list? + test case