Blog entries related to Visual C++
Submitted by Ehsan Akhgari on May 21, 2008 - 00:34
Alon Bar-Lev seems to have convinced OpenVPN developers to update the autoconf scripts so that a correct config-win32.h is generated, so now the Windows build environment for OpenVPN works again! To generate the config-win32.h file, run the below commands in an MSYS prompt:
-
autoreconf -i -v -f
-
./configure
Thanks to Alon, James, and other OpenVPN developers for the great software!
Submitted by Ehsan Akhgari on May 4, 2008 - 23:07
OpenVPN is a great project. It's a shame that their Windows compilation is this painful. After spending hours trying to compile OpenVPN 2.1_rc7 on Windows using Visual C++, I thought I'd document the process for the benefit of others, and for my own future reference.