DO NOT REPLY TO THIS MESSAGE.  INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.

[STR New]

Link: http://www.fltk.org/str.php?L2183
Version: 1.3-current


See

http://www.fltk.org/newsgroups.php?s6264+gfltk.bugs+v6272+T0

Attached patch to the configure script should fix this


Link: http://www.fltk.org/str.php?L2183
Version: 1.3-current
Index: configure.in
===================================================================
--- configure.in        (revision 6727)
+++ configure.in        (working copy)
@@ -944,7 +944,15 @@
            AC_DEFINE(HAVE_OVERLAY)
        fi
 
-       # Make symlinks since UNIX/Linux is case sensitive.
+       # Make symlinks since UNIX/Linux is case sensitive,
+       # but cygwin in general not.
+       case $uname in
+           CYGWIN*)
+               HLINKS="#"
+           ;;
+           *)
+           ;;
+       esac
        if test "x$with_links" = xno; then
                HLINKS="#"
        fi
_______________________________________________
fltk-bugs mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-bugs

Reply via email to