Re: libcrypto.a problem

2003-08-06 Thread Max Bowsher
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 exte

Re: libcrypto.a problem

2003-08-06 Thread Jérôme DESPATIS
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 unre

libcrypto.a problem

2003-08-05 Thread Jérôme DESPATIS
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_w