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 3329.1094854279@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:
> 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.

            regards, tom lane

pgsql-general by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: pg_dump/pg_dumpall do not correctly dump search_path
Next
From: Dan Sugalski
Date:
Subject: Re: Speeding up LIKE with placeholders?