Re: configure can't detect proper pthread flags

From: Andrew Gierth <andrew(at)tao11(dot)riddles(dot)org(dot)uk>
To: Max Filippov <jcmvbkbc(at)gmail(dot)com>
Cc: Bruce Momjian <bruce(at)momjian(dot)us>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-hackers(at)postgresql(dot)org, Peter Seiderer <ps(dot)report(at)gmx(dot)net>
Subject: Re: configure can't detect proper pthread flags
Date: 2015-03-20 02:20:24
Message-ID: 87egokif7h.fsf@news-spur.riddles.org.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

>>>>> "Max" == Max Filippov <jcmvbkbc(at)gmail(dot)com> writes:

Max> Sorry, I must be not clear enough: why checking compiler/linker
Max> output instead of checking their exit code or presence of produced
Max> object/ executable files?

Going by the comment some lines above, my guess would be "because some
compilers accept some option like -pthreads and issue a warning message
saying that it is ignored, and pg wants to not treat such options as
valid"

--
Andrew (irc:RhodiumToad)

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2015-03-20 02:22:31 Re: configure can't detect proper pthread flags
Previous Message Max Filippov 2015-03-20 02:15:51 Re: configure can't detect proper pthread flags