Re: [Openvpn-devel] Compiling OpenVPN 2.1rc7

2008-02-18 Thread James Yonan
The latest Windows build system for OpenVPN is actually quite powerful, and can autodetect when certain dependencies are missing, such as the Windows DDK, and substitute in a pre-built binary of the driver, instead of requiring that every component be built from source. This means, for example

Re: [Openvpn-devel] Compiling OpenVPN 2.1rc7

2008-02-18 Thread Diaa Sami
On Feb 18, 2008 7:59 AM, Alon Bar-Lev wrote: > I wish to reproduce this. > Can you please provide some instruction of how to do this? > 1. Which EXACT version and platform of Windows are you using? Windows XP SP2 Home edition > 2. Which mingw version you are using, how did you installed it. The

Re: [Openvpn-devel] Compiling OpenVPN 2.1rc7

2008-02-17 Thread Alon Bar-Lev
I wish to reproduce this. Can you please provide some instruction of how to do this? 1. Which EXACT version and platform of Windows are you using? 2. Which mingw version you are using, how did you installed it. 3. Which msys version are you using, how did you installed it. 4. How did you EXACTLY co

Re: [Openvpn-devel] Compiling OpenVPN 2.1rc7

2008-02-17 Thread Diaa Sami
On Feb 17, 2008 10:48 PM, Alon Bar-Lev wrote: > On Feb 17, 2008 8:46 PM, Diaa Sami wrote: > > I tried this one but it's the same, no DLL is created even after > > linking with the DLLs instead of the the libs. > > > > Here are the new config.log and build.log so you can find what's wrong. > > Tha

Re: [Openvpn-devel] Compiling OpenVPN 2.1rc7

2008-02-17 Thread Alon Bar-Lev
On Feb 17, 2008 8:46 PM, Diaa Sami wrote: > I tried this one but it's the same, no DLL is created even after > linking with the DLLs instead of the the libs. > > Here are the new config.log and build.log so you can find what's wrong. Thanks! First, you don't need the -lssl32 for pkcs11-helper. B

Re: [Openvpn-devel] Compiling OpenVPN 2.1rc7

2008-02-17 Thread Diaa Sami
I tried this one but it's the same, no DLL is created even after linking with the DLLs instead of the the libs. Here are the new config.log and build.log so you can find what's wrong. On 2/17/08, Alon Bar-Lev wrote: > Thanks! > I solved something similar to this using a cross compiler, with newe

Re: [Openvpn-devel] Compiling OpenVPN 2.1rc7

2008-02-16 Thread Alon Bar-Lev
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 libra

Re: [Openvpn-devel] Compiling OpenVPN 2.1rc7

2008-02-16 Thread Diaa Sami
On Feb 16, 2008 8:14 PM, Alon Bar-Lev 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 config.log.bz2 Description: BZip2

Re: [Openvpn-devel] Compiling OpenVPN 2.1rc7

2008-02-16 Thread Alon Bar-Lev
On 2/16/08, Diaa Sami wrote: > Alon Bar-Lev wrote: > > I can't help you with the none standard build system of OpenVPN and > > dependencies. > > Why is this a non-standard build system, I thought it was. > if it isn't then what's the standard build system for Windows? Should be one autoconf/autom

Re: [Openvpn-devel] Compiling OpenVPN 2.1rc7

2008-02-16 Thread Diaa Sami
Alon Bar-Lev wrote: > I can't help you with the none standard build system of OpenVPN and > dependencies. Why is this a non-standard build system, I thought it was. if it isn't then what's the standard build system for Windows? > But I can help with the pkcs11-helper issue. > > Can you please pro

Re: [Openvpn-devel] Compiling OpenVPN 2.1rc7

2008-02-16 Thread Alon Bar-Lev
I can't help you with the none standard build system of OpenVPN and dependencies. But I can help with the pkcs11-helper issue. Can you please provide config.log of that build? Alon. On 2/16/08, Diaa Sami wrote: > Hi, > I was compiling OpenVPN 2.1rc7 on Windows(MinGW) and I did it > successfully