Thanks! I solved something similar to this using a cross compiler, with newer gcc than I used in msys.
Can you please try this one? http://alon.barlev.googlepages.com/pkcs11-helper-1.06_beta1.tar.bz2 If it does not work, please provide a full build log again... The linker cannot find proper libraries. Also, if I remember correctly, you need to reference the DLL and not the lib, modify: OPENSSL_LIBS=-L/c/openvpn_job/openssl-0.9.7m-patched/out/ -leay32 -lssl32 to: OPENSSL_LIBS=-L/c/openvpn_job/openssl-0.9.7m-patched/ -leay32 -lssl32 Thanks! On 2/17/08, Diaa Sami <diaas...@gmail.com> wrote: > On Feb 16, 2008 8:14 PM, Alon Bar-Lev <alon.bar...@gmail.com> wrote: > > > > I see nothing wrong here... > > Can you please remove ac_cv_type_size_t=no and --disable-static from > > configure? > > And also end me the complete build log? > > > > I did and here are the new config.log and build output > >