| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sourceware.org/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/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 |
| Date: | Fri, 1 Oct 2004 12:44:45 +0200 |
| From: | "Gerrit P. Haase" <freeweb AT nyckelpiga DOT de> |
| Reply-To: | "Gerrit P. Haase" <freeweb AT nyckelpiga DOT de> |
| Organization: | Esse keine toten Tiere |
| Message-ID: | <20723587173.20041001124445@familiehaase.de> |
| To: | Reini Urban <rurban AT x-ray DOT at> |
| CC: | cygwin <cygwin AT cygwin DOT com> |
| Subject: | Re: libtool convenience libs problem |
| In-Reply-To: | <415C41F3.7070706@x-ray.at> |
| References: | <415C3D27 DOT 8060801 AT x-ray DOT at> <415C41F3 DOT 7070706 AT x-ray DOT at> |
| MIME-Version: | 1.0 |
Hi Reini,
> So do I have to rebuild flex just to support a dynamic lib, which uses
> some parser generator support?
2000-01-19 Thomas Tanner <[EMAIL PROTECTED]>
* ltmain.in: rewrite of the ILD code, merge linking code for
programs, libraries and objects, allow linking of shared libraries
against static libraries/objects on platforms that support it
but print a warning, fix some typos
It was already implemented in libtool.
If all fails, try to set pass_all at the right place so this check is
'skipped': if test "$deplibs_check_method" != pass_all; then
...don't link...
else
...link...
The only reason I see why it is not or just partially supported by
libtool is that it doesn't work on platforms where is a real difference
between PIC and nonPIC code.
THere is also a thread n the archives where Charles explains why the
pass_all flag is not default for Cygwin.
Gerrit
--
=^..^= http://nyckelpiga.de/donate.html
--
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/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |