2
Andy@Macbook-Pro~/test/valgrind-3.6.1$ make
make  all-recursive
Making all in include
make[2]: Nothing to be done for `all'.
Making all in VEX
make  all-am
gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_darwin=1 -DVGP_amd64_darwin=1 -Ipriv   -arch x86_64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -mmacosx-version-min=10.5 -fno-stack-protector -Wbad-function-cast -Wcast-qual -Wcast-align -fstrict-aliasing -Wno-long-long  -Wno-pointer-sign -fno-stack-protector -MT libvex_amd64_darwin_a-main_globals.o -MD -MP -MF .deps/libvex_amd64_darwin_a-main_globals.Tpo -c -o libvex_amd64_darwin_a-main_globals.o `test -f 'priv/main_globals.c' || echo './'`priv/main_globals.c
cc1: error: unrecognized command line option ‘-arch’
make[3]: *** [libvex_amd64_darwin_a-main_globals.o] Error 1
make[2]: *** [all] Error 2
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2

そして、これは私が「./configure」をした後のメッセージの終わりの部分です

   Maximum build arch: amd64
     Primary build arch: amd64
   Secondary build arch: x86
               Build OS: darwin
   Primary build target: AMD64_DARWIN
 Secondary build target: X86_DARWIN
     Default supp files: exp-ptrcheck.supp xfree-3.supp xfree-4.supp darwin10-drd.supp darwin10.supp 

助けが必要。ありがとうございました

4

1 に答える 1

1

Mac OS X Lion (10.7.x) でビルドするには 3.7.0 が必要で、UR は Snow Leopard (10.6.x) でもビルドできると報告していvalgrindますvalgrind3.6.1 は Mac OS X Lion ではビルドできないことが知られています。

Snow Leopard で構築された以前のバージョンがありましたが、バージョン番号を正確に覚えていないのはかなり前のことです。ニュースページは、2010 年 7 月に Mac OS X Snow Leopard の初期サポートがあったことを示しています。それはvalgrind3.6.0 にあったと思います。3.6.0 はまだインストールされていますが、Lion では動作しないため削除する必要があります。私は 3.6.1 を動作させることができませんでしたが、これは Lion の問題だったのかもしれません (3.7.0 がリリースされるまでしばらく悩みました)。

于 2012-06-12T05:29:31.050 に答える