Re: configure can't detect proper pthread flags

From: Andres Freund <andres(at)2ndquadrant(dot)com>
To: Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>
Cc: Max Filippov <jcmvbkbc(at)gmail(dot)com>, 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 13:26:37
Message-ID: 20150320132637.GC30141@awork2.anarazel.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 2015-03-20 10:23:51 -0300, Alvaro Herrera wrote:
> Andres Freund wrote:
> > FWIW, I think emitting such errors at link time is utterly pointless and
> > rather annoying. I can see a point of emitting them them when compiling
> > code that uses deprecated functions. But we quite obviously can't do
> > much about openssl using gethostbyname.
>
> We don't seem have much leverage with the guys producing the linker. If
> we do, then surely our best bet is to get them to be quiet, or at least
> provide an --yes-i-know-your-crap-is-noisy-please-shut-it-up option.

It's not the linker, it's uclibc that adds the warning.

http://git.uclibc.org/uClibc/commit/?id=fdc6f045fa8b71a91a0c55b6390f8d0741e9f374

Greetings,

Andres Freund

--
Andres Freund http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Alvaro Herrera 2015-03-20 13:37:08 Re: configure can't detect proper pthread flags
Previous Message Dmitry Dolgov 2015-03-20 13:26:31 Re: GSoC 2015: Extra Jsonb functionality