redhat9.0上安装qt4,配置时,需要加的一些参数

1173阅读 0评论2009-08-06 feiyinglinux
分类:C/C++

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
上一篇:QT4.5在redhat9下,不能正确填充图片问题
下一篇:如何实现立即从终端获得一个字符并返回这个字符_vmin_vtime (转)