Re: 8.0.0beta2: gcc: unrecognized option `-pthreads' - Mailing list pgsql-general

From Tom Lane
Subject Re: 8.0.0beta2: gcc: unrecognized option `-pthreads'
Date
Msg-id 5157.1094868773@sss.pgh.pa.us
Whole thread Raw
In response to Re: 8.0.0beta2: gcc: unrecognized option `-pthreads'  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: 8.0.0beta2: gcc: unrecognized option `-pthreads'  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-general
Bruce Momjian <pgman@candle.pha.pa.us> writes:
> Tom Lane wrote:
>> Bruce Momjian <pgman@candle.pha.pa.us> writes:
>>> No.  The problem is that the test script just tries all options and if
>>> it doesn't error out, it uses it.  Ideally we could test from configure
>>> and ingnore meaningless options but we don't know how yet.
>>
>> Drop any options that cause the compiler to write anything on stderr.

> OK, the configure test is:

BTW, I had some second thoughts about this later: if the compiler
generates warnings only for certain *combinations* of switches, it
seems likely that a simplistic test would get things wrong.  Let's
try this patch, but be alert for possible problems.

            regards, tom lane

pgsql-general by date:

Previous
From: Bruno Wolff III
Date:
Subject: Re: how to constrain a query to return 1 or 0 rows (or >1 or 0 rows)
Next
From: Bruce Momjian
Date:
Subject: Re: 8.0.0beta2: gcc: unrecognized option `-pthreads'