Re: errors with 8.1 make on Solari - Mailing list pgsql-general

From Janet Bagg
Subject Re: errors with 8.1 make on Solari
Date
Msg-id 3.0.1.32.20051129214803.010c7000@lucy.kent.ac.uk
Whole thread Raw
List pgsql-general
I've had a look at the config.log (see below). It seems to be returning yes
to the isinf check despite warnings. So port/isinf.c does not get compiled
on subsequent make.

configure:14213: checking for isinf
configure:14235: gcc -o conftest -O2 -Wall -Wmissing-prototypes
-Wpointer-arith
-Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing
 -I/
usr/local/include   conftest.c -lz -lreadline -ltermcap -lrt -lresolv -lgen
-lso
cket -lnsl -ldl -lm  >&5
conftest.c: In function 'main':
conftest.c:93: warning: implicit declaration of function 'isinf'
conftest.c:93: warning: unused variable 'res'
configure:14241: $? = 0
configure:14245: test -z
                         || test ! -s conftest.err
configure:14248: $? = 0
configure:14251: test -s conftest
configure:14254: $? = 0
configure:14266: result: yes



pgsql-general by date:

Previous
From: "Jim C. Nasby"
Date:
Subject: Re: memory leak under heavy load?
Next
From: Tyler MacDonald
Date:
Subject: Re: undefined behaviour for sub-transactions?