On Wed, 2 Mar 2005, ullrich dittmer wrote:
i'd like to compile a openvpn for Windows. Is there any howto, which discribes the steps for compiling?
Check the bottom ofinstall-win32 at openvpn.net and read makefile.w32 in the source package.
I've installed MinGW, compiled lzo and OpenSSL. When a do a ./configure occurs an error that socket_len has no equivalent. Can you help me?
Don't use ./configure in MinGW, use make -f makefile.w32 instead. If you run into problems, this thead might give you some hints. http://openvpn.se/bb/viewtopic.php?t=95 /Mathias