Hugh Sasse <[EMAIL PROTECTED]> writes:
>
> posix.c: In function 'scm_putenv':
> posix.c:1332: error: 'len' undeclared (first use in this function)

Thanks.  Dodgy conditionals :-(.  You can use the "len" at the start
of the function (claiming to be for mingw).

Does that mean there's no unsetenv() on solaris?  You might next have
to check if the fallback code actually works.  I've got a worrying
suspicion it ought to be putenv("FOO") but is doing putenv("FOO=") for
the benefit of DOS.  (Could need yet another configure check ...)


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

Reply via email to