Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com> List-Archive: <http://sources.redhat.com/ml/cygwin/> List-Post: <mailto:cygwin AT cygwin DOT com> List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/ml/#faqs> Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com From: "Ralf Habacker" <Ralf DOT Habacker AT freenet DOT de> To: "Charles Wilson" <cwilson AT ece DOT gatech DOT edu> Cc: <cygwin AT cygwin DOT com> Subject: RE: [avail for test] libtool-devel-20030121-1 Date: Mon, 10 Feb 2003 20:37:23 +0100 Message-ID: <000001c2d13b$d5c30a40$5c1306d5@BRAMSCHE> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal In-reply-to: <3E45E3FB.3020801@ece.gatech.edu> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 > ARGH. This defeats the whole purpose of the policy change -- and it is > a policy change driven by the libtool development. I don't want to > support a forked version of libtool that differs from mainline on a > basic policy issue. > May be, but like Max has stated, I don't like to be forced to make every static lib as shared lib. This would break the whole kde build system, because often convenience librarys are build and assembled together into a dll. May be, that's the reason, why on linux and other systems "pass_all" is used, because it overrides this police. case $linkmode in lib) if test "$deplibs_check_method" != pass_all; then echo echo "*** Warning: Trying to link with static lib archive $deplib." echo "*** I have the capability to make that library automatically link in when" echo "*** you link to this library. But I can only do this if you have a" echo "*** shared version of the library, which you do not appear to have" echo "*** because the file extensions .$libext of this argument makes me believe" echo "*** that it is just a static archive that I should not used here." Ralf -- 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/