标题:急!!!hpux安装qt4.4.3后运行崩溃(在线等。。。)
作者:176107519
日期:2009-02-17 10:51
内容:
我在hpux上成功安装了qt库,操作系统是hpux 11.23 ia64
编译器的版本是gcc 4.2.3
configure 参数是 -platform hpux-g++
编译完成之后运行自带的范例程序出现如下错误:
Program received signal SIGBUS, Bus error
si_code: 1 - BUS_ADRALN - Invalid address alignment. Please refer to the follo
wing link that helps in handling unaligned data: http://docs.hp.com/en/7730/newh
elp0610/pragmas.htm#pragma-pack-ex3.
0x200000007e6225a0 in QBasicAtomicPointer::testAndSetAcquire (this=0x7be
9b874, expectedValue=0x0, newValue=0x4001a6f0) at warning: Compilation directory
is not absolute; could result in incorrect behavior. Please report to HP.
qatomic_ia64.h:220
#1 [wd007 02-17 22:49]
能把这个:hpux 11.23 ia64 向大家介绍一下吗,我是不知道。是Unix的一种吗
#2 [wd007 02-17 23:00]
安装完成后,运行一下qmake,看看输出的信息是什么
如果是“command not found”,则表示qt未安装成功
#3 [176107519 02-18 16:26]
引用第1楼wd007于2009-02-17 22:49发表的 :
能把这个:hpux 11.23 ia64 向大家介绍一下吗,我是不知道。是Unix的一种吗
hpux 是惠普公司的unix系统 版本是11.23 cpu是64位的安腾
希望各位有类似经验的帮忙分析一下 不胜感激啊!!
#4 [浪漫天使 02-18 16:33]
不要-platform hpux-g++ 你就configure -debug-and-release ,让脚本自己找平台看看。。
#5 [176107519 02-18 16:35]
引用第2楼wd007于2009-02-17 23:00发表的 :
安装完成后,运行一下qmake,看看输出的信息是什么
如果是“command not found”,则表示qt未安装成功
qmake 可以运行 但运行qt的bin目录下的部分其他命令会崩溃Bus error(core dumped)