Compiling guile

Charles Gagnon charlesg at unixrealm.com
Sun Oct 29 10:40:29 EST 2006


I am trying to compile guile on Solaris 10 so I can finaly move to
gnucash-2.0.2 and it has been giving me a hard time. I tried the
guile mailing list but so far, I can't seem to get myself subscribed
on there. I figure someone here may know what my problem is.

On Solaris 10 w/ gcc compiling guile-1.8.1 I get the following
errors:

 gcc -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
 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)
 make[3]: *** [libguile_la-numbers.lo] Error 1
 make[3]: Leaving directory `/usr/local/src/guile-1.8.1/libguile'
 make[2]: *** [all] Error 2
 make[2]: Leaving directory `/usr/local/src/guile-1.8.1/libguile'
 make[1]: *** [all-recursive] Error 1
 make[1]: Leaving directory `/usr/local/src/guile-1.8.1'
 make: *** [all] Error 2

I will try next with SunCC. 

-- 
Charles Gagnon                   | My views are my views and they
http://unixrealm.com             | do not represent those of anybody
charlesg at unixrealm.com        | but me.



More information about the gnucash-user mailing list