| От | Tom Lane |
|---|---|
| Тема | Re: Compile failures today |
| Дата | |
| Msg-id | 23380.1535150467@sss.pgh.pa.us обсуждение |
| Ответ на | Re: Compile failures today (Andres Freund <andres@anarazel.de>) |
| Ответы |
Re: Compile failures today
|
| Список | pgsql-hackers |
Andres Freund <andres@anarazel.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
В списке pgsql-hackers по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера