回 帖 发 新 帖 刷新版面

主题:请教valgrind-3.6.1在AIX 5 机器上安装问题

最近下载了个valgrind-3.6.1,可是在AIX上安装老是失败,故此,想咨询下各位:



下载文件:valgrind-3.6.1.tar.bz2
解压:
bzip2 -d valgrind-3.6.1.tar.bz2
tar -xvf valgrind-3.6.1.tar

cd valgrind-3.6.1
configure --prefix=
make

可是在make的时候出现以下问题:
        make  all-recursive
Making all in include
Target "all" is up to date.
Making all in VEX
        make  all-am
        rm -f libvex-ppc64-aix5.a
       /usr/bin/ar cru libvex-ppc64-aix5.a libvex_ppc64_aix5_a-main_globals.o  libvex_ppc64_aix5_a-main_main.o  libvex_ppc64_aix5_a-main_util.o  libvex_ppc64_aix5_a-ir_defs.o  libvex_ppc64_aix5_a-ir_match.o  libvex_ppc64_aix5_a-ir_opt.o  libvex_ppc64_aix5_a-guest_generic_bb_to_IR.o  libvex_ppc64_aix5_a-guest_generic_x87.o  libvex_ppc64_aix5_a-guest_x86_helpers.o  libvex_ppc64_aix5_a-guest_x86_toIR.o  libvex_ppc64_aix5_a-guest_amd64_helpers.o  libvex_ppc64_aix5_a-guest_amd64_toIR.o  libvex_ppc64_aix5_a-guest_ppc_helpers.o  libvex_ppc64_aix5_a-guest_ppc_toIR.o  libvex_ppc64_aix5_a-guest_arm_helpers.o  libvex_ppc64_aix5_a-guest_arm_toIR.o  libvex_ppc64_aix5_a-host_generic_regs.o  libvex_ppc64_aix5_a-host_generic_simd64.o  libvex_ppc64_aix5_a-host_generic_simd128.o  libvex_ppc64_aix5_a-host_generic_reg_alloc2.o  libvex_ppc64_aix5_a-host_x86_defs.o  libvex_ppc64_aix5_a-host_x86_isel.o  libvex_ppc64_aix5_a-host_amd64_defs.o  libvex_ppc64_aix5_a-host_amd64_isel.o  libvex_ppc64_aix5_a-host_ppc_defs.o  libvex_ppc64_aix5_a-host_ppc_isel.o  libvex_ppc64_aix5_a-host_arm_defs.o  libvex_ppc64_aix5_a-host_arm_isel.o 
ar: 0707-126 libvex_ppc64_aix5_a-main_globals.o is not valid with the current object file mode.
        Use the -X option to specify the desired object mode.
ar: 0707-126 libvex_ppc64_aix5_a-main_main.o is not valid with the current object file mode.
        Use the -X option to specify the desired object mode.
ar: 0707-126 libvex_ppc64_aix5_a-main_util.o is not valid with the current object file mode.
        Use the -X option to specify the desired object mode.
ar: 0707-126 libvex_ppc64_aix5_a-ir_defs.o is not valid with the current object file mode.
        Use the -X option to specify the desired object mode.
ar: 0707-126 libvex_ppc64_aix5_a-ir_match.o is not valid with the current object file mode.
        Use the -X option to specify the desired object mode.
ar: 0707-126 libvex_ppc64_aix5_a-ir_opt.o is not valid with the current object file mode.
        Use the -X option to specify the desired object mode.
ar: 0707-126 libvex_ppc64_aix5_a-guest_generic_bb_to_IR.o is not valid with the current object file mode.
        Use the -X option to specify the desired object mode.
ar: 0707-126 libvex_ppc64_aix5_a-guest_generic_x87.o is not valid with the current object file mode.
        Use the -X option to specify the desired object mode.
ar: 0707-126 libvex_ppc64_aix5_a-guest_x86_helpers.o is not valid with the current object file mode.
        Use the -X option to specify the desired object mode.
ar: 0707-126 libvex_ppc64_aix5_a-guest_x86_toIR.o is not valid with the current object file mode.
        Use the -X option to specify the desired object mode.
ar: 0707-126 libvex_ppc64_aix5_a-guest_amd64_helpers.o is not valid with the current object file mode.
        Use the -X option to specify the desired object mode.
ar: 0707-126 libvex_ppc64_aix5_a-guest_amd64_toIR.o is not valid with the current object file mode.
        Use the -X option to specify the desired object mode.
ar: 0707-126 libvex_ppc64_aix5_a-guest_ppc_helpers.o is not valid with the current object file mode.
        Use the -X option to specify the desired object mode.
ar: 0707-126 libvex_ppc64_aix5_a-guest_ppc_toIR.o is not valid with the current object file mode.
        Use the -X option to specify the desired object mode.
ar: 0707-126 libvex_ppc64_aix5_a-guest_arm_helpers.o is not valid with the current object file mode.
        Use the -X option to specify the desired object mode.
ar: 0707-126 libvex_ppc64_aix5_a-guest_arm_toIR.o is not valid with the current object file mode.
        Use the -X option to specify the desired object mode.
ar: 0707-126 libvex_ppc64_aix5_a-host_generic_regs.o is not valid with the current object file mode.
        Use the -X option to specify the desired object mode.
ar: 0707-126 libvex_ppc64_aix5_a-host_generic_simd64.o is not valid with the current object file mode.
        Use the -X option to specify the desired object mode.
ar: 0707-126 libvex_ppc64_aix5_a-host_generic_simd128.o is not valid with the current object file mode.
        Use the -X option to specify the desired object mode.
ar: 0707-126 libvex_ppc64_aix5_a-host_generic_reg_alloc2.o is not valid with the current object file mode.
        Use the -X option to specify the desired object mode.
ar: 0707-126 libvex_ppc64_aix5_a-host_x86_defs.o is not valid with the current object file mode.
        Use the -X option to specify the desired object mode.
ar: 0707-126 libvex_ppc64_aix5_a-host_x86_isel.o is not valid with the current object file mode.
        Use the -X option to specify the desired object mode.
ar: 0707-126 libvex_ppc64_aix5_a-host_amd64_defs.o is not valid with the current object file mode.
        Use the -X option to specify the desired object mode.
ar: 0707-126 libvex_ppc64_aix5_a-host_amd64_isel.o is not valid with the current object file mode.
        Use the -X option to specify the desired object mode.
ar: 0707-126 libvex_ppc64_aix5_a-host_ppc_defs.o is not valid with the current object file mode.
        Use the -X option to specify the desired object mode.
ar: 0707-126 libvex_ppc64_aix5_a-host_ppc_isel.o is not valid with the current object file mode.
        Use the -X option to specify the desired object mode.
ar: 0707-126 libvex_ppc64_aix5_a-host_arm_defs.o is not valid with the current object file mode.
        Use the -X option to specify the desired object mode.
ar: 0707-126 libvex_ppc64_aix5_a-host_arm_isel.o is not valid with the current object file mode.
        Use the -X option to specify the desired object mode.
make: The error code from the last command is 28.

回复列表 (共5个回复)

沙发

这个支持AIX么?估计不支持吧。
库文件格式都不一样。。。

板凳

好像是的~
可是不是说3.3.0以后都支持AIX么?
可在官网上找了半天都没找到有关AIX的特殊说明~~

哪位在AIX上使用过的来帮指导指导啊~~

3 楼

官网说可以用么?好像没看见哈:)

4 楼

就是在官网上没看到有关AIX的说明~~
可是,很多blog都说AIX下是可以安装并运行的~~

5 楼

如果能在AIX下,一种就是动操作系统或是编译器,再一种就是把库文件重编译过。。。

我来回复

您尚未登录,请登录后再回复。点此登录或注册