Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , 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 To: stefan AT lkcc DOT org CC: cygwin AT sourceware DOT cygnus DOT com In-reply-to: (message from stefan on Fri, 23 Jun 2000 23:10:17 +0200 (CEST)) Subject: Re: DLL Data Symbols References: > 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