Qt4 for Redhat linux9

X11版本的: ./configuer -fast -no-openssl -qvfb; make; make install

embedded版的,如果安装在PC上:

./configuer -fast -no-openssl -embedded; make; make install
 
参数说明
-no-openssl redhat9.0不支持openssl,所以需要把它去掉,否则编译出错。
-qvfb 为了在X11下模拟embedded的frambuff
-embedded 这样,配置为x86平台上
 
qt-embedded-linux-opensource-src-4.5.0在redhat9.0自带的gcc3.2.2编译出错
用gcc4.2.4还是出错。。
 
但在archlinux上可以顺利安装,archlinux是gcc4.3.1

你可能感兴趣的:(linux,redhat,gcc,qt,平台,X86)