This is the mail archive of the cygwin-xfree@cygwin.com mailing list for the Cygwin XFree86 project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Fix build of libGLU


Here's the fix for building libGLU - dependency issue.

Also, use the OS's libz.

I've applied this one to CVS.

Alan.

Index: cygwin.cf
===================================================================
RCS file: /X11R6/x-cvs/xc/config/cf/cygwin.cf,v
retrieving revision 3.7
diff -u -r3.7 cygwin.cf
--- cygwin.cf	2001/04/23 15:16:12	3.7
+++ cygwin.cf	2001/04/27 11:00:55
@@ -36,6 +36,9 @@
 #define HasPoll			NO
 #define HasShm                  NO
 #define HasSnprintf		YES
+#define HasZlib			YES
+#define NormalLibGlu		YES
+#define SharedLibGlu		YES
 
 /*
  * Cygwin has Tcl/Tk, but you need to keep the version numbers


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]