On 24/04/2020 18:43, Michael Osipov wrote:
> Folks,
> 
> has anyone ever built libtcnative with MinGW32? I have build (lib)curl a
> fair amount of times with ease with MinGW. Download all the SDK along
> with minimal VS is overkill for such a small lib.
> How do you build on Windows?

https://cwiki.apache.org/confluence/display/TOMCAT/Building+the+Tomcat+Native+Connector+binaries+for+Windows

> Is anyone interested in this? Should we
> also consider building with CMake?

The build process needs to build a single binary (OK and second one with
OCSP enabled unless we enabled that be default) that:

- works on all currently supported Microsoft Windows operating systems

- works on a clean install of the base operating system with zero
  additional libraries, run-times, etc.

The hoops we currently jump through in the build process are primarily
to ensure this last point so the binary isn't dependent on one of the
.net run-times or similar.

If there is a simpler way to achieve the same result, that would be a win.

Mark

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to