This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: DLL Data Symbols



> 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@sourceware.cygnus.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]