BTW: cross compile support was added by me to OpenVPN long time ago. It is just that I've done the minimum required changes back-then. I needed this for OpenSC users, to be able to compile OpenSC and OpenVPN with the same version of OpenSSL.
On Wed, Feb 22, 2012 at 12:32 PM, Alon Bar-Lev <alon.bar...@gmail.com> wrote: > On Wed, Feb 22, 2012 at 12:27 PM, Heiko Hund <heiko.h...@sophos.com> wrote: >> I was cross compiling for Windows previously doing something very standard >> like `./configure --host=i686-w64-mingw32 ...` followed by `make`. What the >> rationale behind moving away from this way? > > This is exactly what this build is doing. > Just it also builds the dependencies and package the output. > The most difficult task (usually) is to compile the dependencies. > > Alon.