X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-2.2 required=5.0 tests=AWL,BAYES_50,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: sourceware.org Message-ID: <49C4E79E.3000005@cwilson.fastmail.fm> Date: Sat, 21 Mar 2009 09:11:58 -0400 From: Charles Wilson User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.8.1.21) Gecko/20090302 Thunderbird/2.0.0.21 Mnenhy/0.7.6.666 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: under cygwin, zsh cannot run when built against ncurses9-5.7-13 References: <20a807210903131414g62e0a53cyefd3938c3fe8af33 AT mail DOT gmail DOT com> <49BADAC1 DOT 80709 AT cwilson DOT fastmail DOT fm> <49BF1770 DOT 9020007 AT gmail DOT com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: 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 Peter A. Castro wrote: > True, the name does not fit the "current" naming convention for cygwin > DLLs, but it doesn't really matter too much, since this particular DLL is > private to zsh (it's really the core of zsh, which zsh.exe loads > implicitly). Since its an "internal" (to zsh) DLL and not useable by any > other program I felt it was exempt from the naming "rules". Is there a > strong technical reason to rename it? If so, I will do so. I think the issue is, since zsh is built using libtool (right?) libtool ought to DTRT. Since it is not, it seems something is going wrong in the build process; libtool doesn't "know" that it's supposed to be building cygwin libraries. So, what *else* is libtool doing wrong, as it happily runs through its (linux? sun? sgi?)-specific code... > BTW, good catch on the import libs being bad. It's nice to know it's > *not my fault, man!* :-) Heh. -- Chuck -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/