Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com X-MimeOLE: Produced By Microsoft Exchange V6.0.4417.0 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Subject: RE: Calling all sed wizards! Need a little help with possible fix: Subtle permissions bug in interaction between Makefiles & libtool (Cygwin-specific) Date: Thu, 5 Sep 2002 17:47:06 -0400 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: From: "Harig, Mark A." To: "Max Bowsher" , Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id g85LlJR07445 > -----Original Message----- > From: Max Bowsher [mailto:maxb AT ukf DOT net] > Sent: Thursday, September 05, 2002 5:22 PM > To: Max Bowsher; cygwin AT cygwin DOT com > Subject: Calling all sed wizards! Need a little help with > possible fix: > Subtle permissions bug in interaction between Makefiles & libtool > (Cygwin-specific) > > > Max Bowsher wrote: > > I've located an awkward bug in the interaction between common-sense > > Makefile rules and Cygwin libtool. > > > > The package I was building at the time was libiconv, but > the issue is > > common to any autoconf-libtool build system. > > > > The libiconv.la file is installed as data (i.e. 644) - which is > > correct. However the Cygwin specific postinstall_cmds in libtool use > > the same install command to install the DLL. This results in the DLL > > being installed without execute permission (on ntsec systems), and > > causes "The application failed to initialize properly (0xc0000022)." > > errors from dependent exes. > > Is there a reason not to create a patch that would fix the problem in the source of the postinstall_cmds? --- -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/