Re: Compile failures today

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Andres Freund <andres(at)anarazel(dot)de>
Cc: Bruce Momjian <bruce(at)momjian(dot)us>, Peter Geoghegan <pg(at)bowt(dot)ie>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Compile failures today
Date: 2018-08-24 22:41:07
Message-ID: 23380.1535150467@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Andres Freund <andres(at)anarazel(dot)de> writes:
> On 2018-08-24 18:21:48 -0400, Bruce Momjian wrote:
>> Since no one else was seeing this problem, I started digging, and I have
>> found it. I narrowed it to down to this line in Makefile.custom
>> CC=ccache gcc

> Yea, that's a bad idea. You should instead pass CC='ccache gcc' to
> configure, rather than doing it Makefile.custom.

Indeed. This way is overriding the CC setting configure chose, which
means that none of configure's determinations of compiler properties
(or much else, perhaps) are really valid.

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2018-08-24 22:50:10 Re: Compile failures today
Previous Message Andres Freund 2018-08-24 22:27:52 Re: Compile failures today