| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/ml/#faqs> |
| Sender: | cygwin-owner AT cygwin DOT com |
| Mail-Followup-To: | cygwin AT cygwin DOT com |
| Delivered-To: | mailing list cygwin AT cygwin DOT com |
| Message-ID: | <020e01c35b44$d9570b50$017c883e@starfruit> |
| From: | "Max Bowsher" <maxb AT ukf DOT net> |
| To: | =?iso-8859-1?Q?J=E9r=F4me_DESPATIS?= <jdespatis AT yahoo DOT fr>, |
| <cygwin AT cygwin DOT com> | |
| References: | <20030805085216 DOT 61400 DOT qmail AT web11705 DOT mail DOT yahoo DOT com> |
| Subject: | Re: libcrypto.a problem |
| Date: | Tue, 5 Aug 2003 12:29:34 +0100 |
| MIME-Version: | 1.0 |
| X-Priority: | 3 |
| X-MSMail-Priority: | Normal |
| X-MimeOLE: | Produced By Microsoft MimeOLE V6.00.2800.1165 |
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/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |