Hi Jay, Sorry for the late reply!
Jay K <[email protected]> writes: > libtool: compile: gcc -DHAVE_CONFIG_H -I.. -I/home/jayk/src/guile-1.8.7 -I.. > -mieee -mieee -D_REENTRANT -pthread -g -O2 -Wall -Wmissing-prototypes -Werror > -MT libguile_la-numbers.lo -MD -MP -MF .deps/libguile_la-numbers.Tpo -c > /home/jayk/src/guile-1.8.7/libguile/numbers.c -DPIC -o > .libs/libguile_la-numbers.o > cc1: warnings being treated as errors > /home/jayk/src/guile-1.8.7/libguile/numbers.c: In function 'xisinf': > /home/jayk/src/guile-1.8.7/libguile/numbers.c:144: error: implicit > declaration of function 'isinf' [...] > I couldn't find isinf in any header. Guile Git now uses Gnulib’s ‘isinf’ and ‘isnan’ modules. However I’ve just tested it on GNU/Linux and sparc-sun-solaris2.10 and I don’t have access to a Tru64 box. Could you try a tarball from http://hydra.nixos.org/job/gnu/guile-master/tarball (pick one with “Release Name” >= 1.9.12.5-gf328f86) and report back? Thanks, Ludo’.
