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

Comment:
Found work around for IA64 OpenSSL build

  nmake -f ms\nt.mak
  move out32 out32-i64
  }}}
- '''IA64 OpenSSL build failed. TODO: Fix this.'''
+ '''IA64 OpenSSL build failed. Commenting out destest from ms\nt.mak worked 
around the issue.'''
  
  Keeping the various libraries in versioned directories saves having to 
rebuild them next time if the version remains unchanged.
  {{{
@@ -122, +122 @@

  copy openssl\out32-x86\*.lib \deps-x86\openssl-1.0.1h\lib\
  copy openssl\out32-x64\*.lib \deps-x64\openssl-1.0.1h\lib\
  copy openssl\out32-i64\*.lib \deps-i64\openssl-1.0.1h\lib\
+ 
- }}}
- Note: Since OpenSSL IA64 build failed there will be no libs to copy
- {{{
  SET JAVA_HOME=C:\Program Files\Java\jdk1.7.0_60
  
  c:\cmsc\setenv.bat /x86

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

Reply via email to