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: variation on the .dll, .lib, .a theme (help!)


Oops!

On Wed, 09 Jun 1999 21:23:57 +0900 (JST)
Takayuki Tamura <ttamura@icc.melco.co.jp> wrote:

> Doesn't this work?
> 
> $ cp SOMEWHERE/ml32i1m.dll ELSEWHERE/ml32i1m.lib .
> $ echo "EXPORTS" >ml32i1m.def
> $ nm --demangle --defined-only ml32i1m.lib | grep ' T ' | sed 's/.* T //' >>ml32i1m.def
> $ dlltool --dllname ml32i1m.lib --def ml32i1m.def --output-lib libml32i1m.a
                             ^dll
---------------
Takayuki TAMURA (ttathome@remus.dti.ne.jp)

--
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]