Chinaunix首页 | 论坛 | 博客
  • 博客访问: 177041
  • 博文数量: 43
  • 博客积分: 2510
  • 博客等级: 少校
  • 技术积分: 560
  • 用 户 组: 普通用户
  • 注册时间: 2008-11-12 20:48
文章分类

全部博文(43)

文章存档

2013年(1)

2011年(1)

2010年(4)

2009年(25)

2008年(12)

我的朋友

分类: C/C++

2009-08-06 15:02:10

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
阅读(1101) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~