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=12&rev2=13

Comment:
Complete instructions for IA64 build

  copy openssl\out32-x64\*.lib \deps-x64\openssl-1.0.1h\lib\
  copy openssl\out32-i64\*.lib \deps-i64\openssl-1.0.1h\lib\
  
+ cd ..
  SET JAVA_HOME=C:\Program Files\Java\jdk1.7.0_60
  
  c:\cmsc\setenv.bat /x86
@@ -130, +131 @@

  
  c:\cmsc\setenv.bat /x64
  nmake -f NMAKEMakefile WITH_APR=C:\deps-x64\apr-1.4.8 
WITH_OPENSSL=C:\deps-x64\openssl-1.0.1h APR_DECLARE_STATIC=1
+ 
+ c:\cmsc\setenv.bat /i64
+ nmake -f NMAKEMakefile WITH_APR=C:\deps-i64\apr-1.4.8 
WITH_OPENSSL=C:\deps-i64\openssl-1.0.1h APR_DECLARE_STATIC=1
  }}}
  Tomcat Native Connector DLLs may then be found in 
C:\tomcat-native-1.1.x\native\WINXP_*_DLL_RELEASE
  

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

Reply via email to