lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

lynx-dev dev.18 cygwin patch


From: Doug Kaufman
Subject: lynx-dev dev.18 cygwin patch
Date: Mon, 10 Jan 2000 08:00:16 -0800 (PST)

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: address@hidden


reply via email to

[Prev in Thread] Current Thread [Next in Thread]