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]

New problem (was variation on the .dll, .lib, .a theme (help!))


Hello,

[part of message deleted]
> > dlltool --dllname ML.lib --def ML.def --output-lib libML.a
>                        ^^^
> This must be .dll which is associated with the .lib.
> 
> Doesn't this work?
[part of message deleted]
 
It seems I didn't know enough about the relation between .lib's and
.dll's. I managed to locate a ml32i1.dll on my system that I didn't know I
had... using this one with --dllname solved those problems. Thanks a lot,
you and everybody else who responded!!

Another problem cropped up however. Now when I run my program, I get an
error "The procedure entry point MLAbort@8 could not be located in the
dynamic link library ml32i1.dll". Obviously the symbol is defined in the
.a or I would have had linking errors. Did it lose the .dll entry point in
the translation?

Regards,

Pontus Lidman







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