win32 debug build.

Tianzhi Yang tyang@firstrain.com
Fri, 10 Jan 2003 13:55:59 -0500


Hi, I've built a gmp dll and lib using wingw successfully. But then I =
found that it always link to "msvcrt.dll", not "msvcrtd.dll".=20
There is a "FILE*" pointer passed from a dll liked with "msvcrtd.dll" =
(because i'm debugging it) to the gmp dll, which cause crash (I =
believe).=20

Can anybody tell me how to build a libgmp-3.dll that depend on =
MSVCRTD.dll? Or is there any way to manually change the dependency?

Thanks.
Tianzhi