gc_os_dep.c:1802: warning: 'GC_find_limit' defined but not used

2007-06-25 Thread Alan Pae
This is on a Solaris 10 11/06 box trying to compile Guile 1.8.1 with GMP 4.2.1 and libtool 1.5.22 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -I/opt/local/include -D_REENTRANT -pthreads -g -O2 -Wall -Wmissing-prototypes -Werror -MT libguile_la-gc-segment.lo -MD -MP -MF .deps/libguile_la-gc-segm

Re: gc_os_dep.c:1802: warning: 'GC_find_limit' defined but not used

2007-06-26 Thread Alan Pae
Ludovic Courtès wrote: > Hi, > > Alan Pae <[EMAIL PROTECTED]> writes: > >> This is on a Solaris 10 11/06 box trying to compile Guile 1.8.1 >> with GMP 4.2.1 and libtool 1.5.22 > > [...] > >> gc_os_dep.c:1802: warning: 'GC_find_limit' defined

Re: gc_os_dep.c:1802: warning: 'GC_find_limit' defined but not used

2007-06-27 Thread Alan Pae
Gave up on that. The program that I'm trying to compile against says that guile 1.2 should be good enough, so I down revved to 1.68 and it compiled flawlessly. thanks, alan ___ Guile-user mailing list Guile-user@gnu.org http://lists.gnu.org/mailman

gc_os_dep.c:1802: warning: 'GC_find_limit' defined but not used - again

2007-08-03 Thread Alan Pae
Hi there, A few weeks ago I tried to compile guile 1.8.2 but was unsuccessful. The error message was: > numbers.c: In function `scm_log': > numbers.c:6022: error: `_Complex_I' undeclared (first use in this function) This appears to be either a Solaris issue or a GCC issue. If it's gcc I cou