This is the mail archive of the
cygwin@cygwin.com
mailing list for the Cygwin project.
Re: libcrypto.a problem
- From: "Max Bowsher" <maxb at ukf dot net>
- To: Jérôme DESPATIS <jdespatis at yahoo dot fr>,<cygwin at cygwin dot com>
- Date: Tue, 5 Aug 2003 12:29:34 +0100
- Subject: Re: libcrypto.a problem
- References: <20030805085216.61400.qmail@web11705.mail.yahoo.com>
Jérôme DESPATIS wrote:
> Hello
>
> i try to compile a program with nmake (msvc++), using
> a dll created with cygwin (my dll uses thread etc...
> so i need cygwin1.dll, my dll also uses ssl, crypto
> and z)
>
> but at link time, i get this error:
>
> libcrypto.a (b_print.o) : error: unresolved external
> symbol ___umoddi3
> libcrypto.a (bn_word.o) : error: unresolved external
> symbol ___umoddi3
> libcrypto.a (b_print.o) : error: unresolved external
> symbol ___udivdi3
>
> Someone understands this error ?
> umoddi3 and udivdi3 are not been integrated in cygwin
> maybe ?
Mix MSVC and GCC at your peril. The symbols are in libgcc.a, but I fear you
will run into further problems.
Max.
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/