| 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 |
| From: | "Dave Korn" <dave DOT korn AT artimi DOT com> |
| To: | <cygwin AT cygwin DOT com> |
| Subject: | RE: why is -L/usr/local/lib necessary? |
| Date: | Tue, 14 Dec 2004 17:36:01 -0000 |
| MIME-Version: | 1.0 |
| In-Reply-To: | <NUTMEGY0VnkB4ltFlmm00000710@NUTMEG.CAM.ARTIMI.COM> |
| Message-ID: | <NUTMEGlMazUSxvjPkQT00000714@NUTMEG.CAM.ARTIMI.COM> |
| X-OriginalArrivalTime: | 14 Dec 2004 17:36:01.0203 (UTC) FILETIME=[60EB5030:01C4E203] |
> -----Original Message-----
> From: cygwin-owner On Behalf Of Dave Korn
> Sent: 14 December 2004 17:28
> 2) You can't statically link against a .dll anyway. You
> statically link (at
> compile time) against .a files; you dynamically link (at
> runtime) against .dll files.
Minor correction: you can in fact link against a dll, but it doesn't actually
link the function from the dll into your exe, it links a __imp__FunctioName
stub. So it's the same as linking against the corresponding static import
library (libfoo.dll.a in this case) anyway.
cheers,
DaveK
--
Can't think of a witty .sigline today....
--
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 |