DLL Data Symbols

DJ Delorie dj@delorie.com
Fri Jun 23 14:28:00 GMT 2000


> 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



More information about the Cygwin mailing list