Allan Swanepoel wrote:
> I have a small customization that I make to the openvpn sourcecode to
> call external software on initialization, and would like to build a
> Windows build with this in.

Maybe your Linux distribution offers a simple way to install a
cross-compiler. Find out which host tuple you should use and then
do something like:

./configure --host=i686-mingw32 --prefix=/tmp/openvpn && make install

in order to cross-compile openvpn sources. As Gert pointed out,
binaries built with MinGW use public domain headers for the Win32 API
implemented by Microsoft's runtime, so no dependency that is not met
by any Windows system.


//Peter

Reply via email to