Alan Hourihane wrote:
> Seems we'll need to tweak the build process to chmod them.

Found the error. See attached patch.     
     
NP: Blutengel - Angel Dust III
-- 
 [EMAIL PROTECTED] 
 http://www.gotti.org           ICQ: 126018723
--- cygwin.rules.old    Sat Dec 28 18:24:44 2002
+++ cygwin.rules        Sat Dec 28 18:20:15 2002
@@ -240,7 +240,7 @@
 
 #define InstallSharedLibrary(libname,rev,dest)                          @@\
 InstallTarget(install,ImportLibraryName(libname,rev),$(INSTLIBFLAGS),$(USRLIBDIR)) 
@@\
-InstallTarget(install,SharedLibraryName(libname,rev),$(INSTLIBFLAGS),$(BINDIR)) @@\
+InstallTarget(install,SharedLibraryName(libname,rev),$(INSTBINFLAGS),$(BINDIR)) @@\
 
InstallLink(install,ImportLibraryName(libname,rev),ShortImportLibraryName(libname,rev),$(USRLIBDIR))
    
 
 

Reply via email to