Re: [HACKERS] configure and cpp detection - Mailing list pgsql-hackers

From Tom Lane
Subject Re: [HACKERS] configure and cpp detection
Date
Msg-id 8469.909525873@sss.pgh.pa.us
Whole thread Raw
In response to Re: [HACKERS] configure and cpp detection  (Andreas Zeugswetter <andreas.zeugswetter@telecom.at>)
List 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 by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] Re: Configure problem, redux (was Re: TCL installation troubles)
Next
From: Tom Lane
Date:
Subject: Re: [HACKERS] make install fails in perl5 ...