Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , 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: <20030805173229.60805.qmail@web11707.mail.yahoo.com> Date: Tue, 5 Aug 2003 19:32:29 +0200 (CEST) From: =?iso-8859-1?q?J=E9r=F4me=20DESPATIS?= Subject: Re: libcrypto.a problem To: Max Bowsher Cc: cygwin AT cygwin DOT com In-Reply-To: <020e01c35b44$d9570b50$017c883e@starfruit> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit re only by curiosity (even i you don't advise to compile with libgcc.a), i've added libgcc.a to LIBS, and then i get another warnings, someone knows something about them ? : libcygwin.a unresolved external symbol __data_start__ libcygwin.a unresolved external symbol __data_end__ libcygwin.a unresolved external symbol __bss_start__ libcygwin.a unresolved external symbol __bss_end__ libcygwin.a(pseudo-reloc.o) unresolved external symbol __RUNTIME_PSEUDO_RELOC_LIST__ libcygwin.a(pseudo-reloc.o) unresolved external symbol __RUNTIME_PSEUDO_RELOC_LIST_END__ libcygwin.a(pseudo-reloc.o) unresolved external symbol __image_base__ thanks enzo --- Max Bowsher a écrit : > 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. > ___________________________________________________________ Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français ! Yahoo! Mail : http://fr.mail.yahoo.com -- 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/