I hadn't tried to compile with cygwin for a while, but have with
dev.18. I see that the configure script has been fixed to make the
executable extension ".exe", but the library libuser32.a still isn't
included in the LIBS. I think the following fixes it.
                         Doug

--- lynx2-8-3/configure.in      Thu Jan  6 19:02:22 2000
+++ lynx2-8-3/configure.in.new  Mon Jan 10 07:42:32 2000
@@ -270,6 +270,7 @@
        ;;
 cygwin*)
        PROG_EXT=".exe"
+       LIBS="$LIBS -luser32"
        ;;
 dgux*)
        CFLAGS="$CFLAGS -DDGUX"
--- lynx2-8-3/cofigure  Thu Jan  6 19:02:22 2000
+++ lynx2-8-3/cofigure.new      Mon Jan 10 07:46:52 2000
@@ -5309,6 +5309,7 @@
        ;;
 cygwin*)
        PROG_EXT=".exe"
+       LIBS="$LIBS -luser32"
        ;;
 dgux*)
        CFLAGS="$CFLAGS -DDGUX"

__ 
Doug Kaufman
Internet: [EMAIL PROTECTED]

Reply via email to