> From: "Richard Y. Kim" <[EMAIL PROTECTED]>
> Date: Thu, 6 Jul 2000 14:42:02 -0700 (PDT)
>
> I got around to compiling guile 1.4 on Windows 2000 with the latest
> update of cygwin tools. Two problems had to be overcome.
>
> One is the name of "and-let*.scm" file where "*" is illegal under NTFS
> file system. I simply renamed it to "and-let_.scm". Since I don't
> yet use "and-let*.asm", this is not a problem for me.
>
> Two is that "extern int h_errno;" is not needed in libguile/net_db.c
> file. This causes linker error, because h_errno is a variable in
> cygwin1.dll file. The following patch bypasses this line if
> __CYGWIN__ is defined.
Thanks, I've added something to configure to check for h_errno.