Bob Friesenhahn wrote:
> The config.log and a build log are attached.
It's puzzling why the test program compiles and links without complaint
when the isinf() function does not exist. Can you try to isolate the
test program from configure and see what is going on?
> Note that there are
> actually two bugs in the build but the build terminates due to the
> isinf bug. The failure to link due to -lreadline needing -lcurses
> does not occur until later.
In the logs you sent, configure decides to use -ledit, which is
something different altogether.
--
Peter Eisentraut
http://developer.postgresql.org/~petere/