Re: BUG #1865: isinf wrongly dectected under Solaris 9

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Bob Friesenhahn <bfriesen(at)simple(dot)dallas(dot)tx(dot)us>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #1865: isinf wrongly dectected under Solaris 9
Date: 2005-09-08 19:30:10
Message-ID: 200509082130.10475.peter_e@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

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/

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Dave Goertz 2005-09-08 20:05:15 BUG #1867: ODBC dirver Problem
Previous Message Peter Eisentraut 2005-09-08 19:26:37 Re: ia64-hp-hpux11.23 configure warnings