| | 71 | |
| | 72 | == build on CentOS == |
| | 73 | * CentOS release 5.5 (Final) |
| | 74 | |
| | 75 | * gcc -v |
| | 76 | {{{ |
| | 77 | Target: 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 |
| | 80 | gcc バージョン 4.1.2 20080704 (Red Hat 4.1.2-48) |
| | 81 | }}} |
| | 82 | * openssl version |
| | 83 | {{{ |
| | 84 | OpenSSL 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 | }}} |