new runtime pseudo-reloc in cygwin 1.3.18

Alexander Gottwald Alexander.Gottwald@s1999.tu-chemnitz.de
Mon Dec 30 05:11:00 GMT 2002


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
-- 
 Alexander.Gottwald@informatik.tu-chemnitz.de 
 http://www.gotti.org           ICQ: 126018723
-------------- next part --------------
--- 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))    
 
 


More information about the Cygwin-xfree mailing list