Re: configure can't detect proper pthread flags - Mailing list pgsql-hackers

From Andres Freund
Subject Re: configure can't detect proper pthread flags
Date
Msg-id 20150320132637.GC30141@awork2.anarazel.de
Whole thread Raw
In response to Re: configure can't detect proper pthread flags  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Responses Re: configure can't detect proper pthread flags  (Alvaro Herrera <alvherre@2ndquadrant.com>)
List 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



pgsql-hackers by date:

Previous
From: Dmitry Dolgov
Date:
Subject: Re: GSoC 2015: Extra Jsonb functionality
Next
From: Alvaro Herrera
Date:
Subject: Re: configure can't detect proper pthread flags