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: DLLTOOL documentation?



> Bruce James[SMTP:bjames@clear.net.nz] wrote:
> 
> 2. What's the Gnu equivalent of Borland's IMPLIB for generating an import
> library from a DLL?
> 

I have found that dlltool can do the equivalent of IMPLIB. Doing 
"dlltool --help" gives just enough info to figure it out. All I've 
had to do is:

    dlltool --output-lib somedll.a --dllname somedll.dll

This will create the ".a" file for linking with ld. It can take quite 
a while to run but it seems to work fine. I've used this method to 
actually build a lib for X11 from an X11.dll file I found on the net 
somewhere and it worked great.

___________________________________________________________

garya@fltdyn.com
Gary Albert
Flight Dynamics
(503) 684-5384
___________________________________________________________
-
For help on using this list, send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".


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