Changes between Version 4 and Version 5 of Dev/build/subversion


Ignore:
Timestamp:
Oct 22, 2010 10:32:41 AM (13 years ago)
Author:
mitty
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Dev/build/subversion

    v4 v5  
    6969 * 現状、構文エラーが大量に出て正常にビルドできず 
    7070   * => attachment:svn1.6.13.png 
     71 
     72 == build on CentOS == 
     73 * CentOS release 5.5 (Final) 
     74 
     75 * gcc -v 
     76{{{ 
     77Target: x86_64-redhat-linux 
     78コンフィグオプション: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-libgcj-multifile --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --enable-plugin --with-java-home=/usr/lib/jvm/java-1.4.2-gcj-1.4.2.0/jre --with-cpu=generic --host=x86_64-redhat-linux 
     79スレッドモデル: posix 
     80gcc バージョン 4.1.2 20080704 (Red Hat 4.1.2-48) 
     81}}} 
     82 * openssl version 
     83{{{ 
     84OpenSSL 0.9.8e-fips-rhel5 01 Jul 2008 
     85}}} 
     86 * grep VERSION /usr/include/zlib.h 
     87{{{ 
     88#define ZLIB_VERSION "1.2.3" 
     89}}}