|
在软件开发的时候, 当提到某个软件的版本的问题,请记住了!不要就说一个单一的 4.1.2-33, 等等单纯的几个数字!
软件中的某一个版本是决定该软件的唯一性的标志的, 4.1.2-33可以是Linux platform, Windows, or other(AIX/HPUX) platform, ......
所以应该给的详细点,告诉他软件编译时机器的环境!
如: [gan@localhost ~]$ gcc -v 使用内建 specs。 目标:i386-redhat-linux 配置为:../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-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.5.0-gcj-1.5.0.0/jre --enable-libgcj-multifile --enable-java-maintainer-mode --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --with-cpu=generic --host=i386-redhat-linux 线程模型:posix gcc 版本 4.1.2 20070925 (Red Hat 4.1.2-33)
|