Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification.
The "BuildTcNativeWin" page has been changed by markt: https://wiki.apache.org/tomcat/BuildTcNativeWin?action=diff&rev1=5&rev2=6 Comment: APR build for static linking on all three platforms * Install Perl as per <cmsc-root>/tools/README.txt * Install cygwin as per <cmsc-root>/tools/README.txt * Need to patch cygwin install script to use either 32-bit or 64-bit version of setup.exe (see cygwin.com for details) + * TortoiseSVN (http://tortoisesvn.net/) 1.8.7 64-bit + * 7-Zip 9.20 64-bit 2. Others TBD == Building == - TODO + {{{ + c: + cd \ + svn co http://svn.apache.org/repos/asf/tomcat/native/branches/1.1.x/ tomcat-native-1.1.x + cd tomcat-native-1.1.x\native\srclib\apr + }}} + Unpack APR 1.4.8 source distribution in this directory. + Apply the apr-enable-ipv6.patch. + {{{ + c:\cmsc\setenv.bat /x64 + nmake -f NMAKEMakefile BUILD_CPU=x64 APR_DECLARE_STATIC=1 + + c:\cmsc\setenv.bat /i64 + nmake -f NMAKEMakefile BUILD_CPU=i64 APR_DECLARE_STATIC=1 + + c:\cmsc\setenv.bat /x86 + nmake -f NMAKEMakefile BUILD_CPU=x86 APR_DECLARE_STATIC=1 + }}} + --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org