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 but not used

This is harmless.  What you can do is disable GCC's warning-as-errors
features when compiling Guile:

  $ make CFLAGS='-Wall'

Let us know if it works.

Thanks,
Ludovic.


_______________________________________________
Guile-user mailing list
Guile-user@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-user

Reply via email to