Re: [HACKERS] configure and cpp detection

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [HACKERS] configure and cpp detection
Дата
Msg-id 8469.909525873@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: [HACKERS] configure and cpp detection  (Andreas Zeugswetter <andreas.zeugswetter@telecom.at>)
Список pgsql-hackers
Andreas Zeugswetter <andreas.zeugswetter@telecom.at> writes:
> Yes, it is only not working for the stdin case, which is first needed
> for Gen_fmgrtab.sh to create the F_OIDEQ stuff in fmgr.h

> The line in config.log sais:
> configure:1241: checking how to use cpp with stdin
> xlc: 1501-221 cannot exec program less -eM - No such file or directory

Wow.  $(CC) tries to invoke the pager on your platform?  How odd.

I don't think that what I changed could have broken this --- I just
changed the test that decides whether configure will use "$CPP -" or
plain "$CPP" for cpp-from-stdin.  $CPP is still getting set by the same
old AC_PROG_CPP macro.  Could this have been broken before Sunday?
How long ago did you last run a configure and build?
        regards, tom lane


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] Re: Configure problem, redux (was Re: TCL installation troubles)
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] make install fails in perl5 ...