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]

RE: Fix build of libGLU



Alan

Thanks.  Question?
libGlu rules  should be in cygwin.rules.  That is where I had all the lib
rules defined
when I started patching XF86 long time ago.  I know it will work from
cygwin.cf too, but would it not be nice to keep all the library rules at one
place,
i.e. cygwin.rules?

> +#define NormalLibGlu		YES
> +#define SharedLibGlu		YES

Suhaib


> -----Original Message-----
> From: Alan Hourihane [mailto:ahourihane@valinux.com]
> Sent: Friday, April 27, 2001 7:47 AM
> To: cygwin-xfree@cygwin.com
> Subject: 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]