delorie.com/archives/browse.cgi | search |
Mailing-List: | contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm |
List-Subscribe: | <mailto:cygwin-subscribe AT sourceware DOT cygnus DOT com> |
List-Archive: | <http://sourceware.cygnus.com/ml/cygwin/> |
List-Post: | <mailto:cygwin AT sourceware DOT cygnus DOT com> |
List-Help: | <mailto:cygwin-help AT sourceware DOT cygnus DOT com>, <http://sourceware.cygnus.com/ml/#faqs> |
Sender: | cygwin-owner AT sourceware DOT cygnus DOT com |
Delivered-To: | mailing list cygwin AT sourceware DOT cygnus DOT com |
Date: | Fri, 23 Jun 2000 17:28:24 -0400 |
Message-Id: | <200006232128.RAA11270@envy.delorie.com> |
From: | DJ Delorie <dj AT delorie DOT com> |
To: | stefan AT lkcc DOT org |
CC: | cygwin AT sourceware DOT cygnus DOT com |
In-reply-to: | <Pine.LNX.4.10.10006232305250.7256-100000@bono.reversers.net> |
(message from stefan on Fri, 23 Jun 2000 23:10:17 +0200 (CEST)) | |
Subject: | Re: DLL Data Symbols |
References: | <Pine DOT LNX DOT 4 DOT 10 DOT 10006232305250 DOT 7256-100000 AT bono DOT reversers DOT net> |
> But another question is, if it is possible to link against the dll itself > or is it really neccessary to build the apropiate link library via > "dlltool --output-lib" ? You can link directly against a dll with the latest linker. Just specify it on the command line like any other object file. > Maybe it is also possible to create a dll directly by gcc, thus we > do not need "dllwrap" and "dlltool --export-all --def" ? You can create DLLs with "gcc -shared" (or at least "ld -shared") but do read the mail archives about this; there are some gotchas. -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |