ice-9/slib tries to do the same as guile.init which comes with slib,
but hasn't kept up to date. Each new slib is different, so it's
almost impossible to be correct anyway.
slib already comes with instructions for running under guile, I think
it'd be better to make that the main way to use slib,
> > Anyway, my thought about fixing this was to change the the __ia64__
> > ifdefs to IA64 and to set IA64 in libguile/gc_os_dep.c only if both
> > __ia64__ is set and if LINUX is set. GCC does not set IA64 by default
> > like it does __ia64__. This way IA64 is not set for HP-UX and libguile
> >
Hi,
Steve Ellcey <[EMAIL PROTECTED]> writes:
> Anyway, my thought about fixing this was to change the the __ia64__
> ifdefs to IA64 and to set IA64 in libguile/gc_os_dep.c only if both
> __ia64__ is set and if LINUX is set. GCC does not set IA64 by default
> like it does __ia64__. This way IA64