Hi I am trying to make guile 1.8.1 on a Solaris Sparc 10 machine
The ./Configure runs without any warnings, but I get the following error. Any idea please Thanks Si gcc -m64 -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -D_REENTRANT -pthreads -g -O2 -Wall -Wmissing-prototypes -Werror -MT libguile_la-modules.lo -MD -MP -MF .deps/libguile_la-modules.Tpo -c modules.c -o libguile_la-modules.o >/dev/null 2>&1 if /usr/local/bin/bash ../libtool --tag=CC --mode=compile gcc -m64 -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -D_REENTRANT -pthreads -g -O2 -Wall -Wmissing-prototypes -Werror -MT libguile_la-numbers.lo -MD -MP -MF ".deps/libguile_la-numbers.Tpo" -c -o libguile_la-numbers.lo `test -f 'numbers.c' || echo './'`numbers.c; \ then mv -f ".deps/libguile_la-numbers.Tpo" ".deps/libguile_la-numbers.Plo"; else rm -f ".deps/libguile_la-numbers.Tpo"; exit 1; fi gcc -m64 -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -D_REENTRANT -pthreads -g -O2 -Wall -Wmissing-prototypes -Werror -MT libguile_la-numbers.lo -MD -MP -MF .deps/libguile_la-numbers.Tpo -c numbers.c -fPIC -DPIC -o .libs/libguile_la-numbers.o cc1: warnings being treated as errors numbers.c: In function 'xisinf': numbers.c:147: warning: implicit declaration of function 'isinf' numbers.c: In function 'scm_log': numbers.c:6022: error: '_Complex_I' undeclared (first use in this function) numbers.c:6022: error: (Each undeclared identifier is reported only once numbers.c:6022: error: for each function it appears in.) numbers.c: In function 'scm_exp': numbers.c:6088: error: '_Complex_I' undeclared (first use in this function) gmake[3]: *** [libguile_la-numbers.lo] Error 1 gmake[3]: Leaving directory `/raid0/GNU/compile/guile-1.8.1/libguile' gmake[2]: *** [all] Error 2 gmake[2]: Leaving directory `/raid0/GNU/compile/guile-1.8.1/libguile' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/raid0/GNU/compile/guile-1.8.1' gmake: *** [all] Error 2 <<config.h>>
config.h
Description: config.h
_______________________________________________ Bug-guile mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-guile
