Valgrind

来源:互联网 发布:创维50寸4k网络电视 编辑:程序博客网 时间:2024/05/31 11:04

fuyundeMacBook-Pro:valgrind-3.10.0 fuyun$ ./configure && make && sudo make install

checking for a BSD-compatible install... /usr/bin/install -c

checking whether build environment is sane... yes

checking for a thread-safe mkdir -p... ./install-sh -c -d

checking for gawk... no

checking for mawk... no

checking for nawk... no

checking for awk... awk

checking whether make sets $(MAKE)... yes

checking whether to enable maintainer-specific portions of Makefiles... no

checking whether ln -s works... yes

checking for gcc... gcc

checking whether the C compiler works... yes

checking for C compiler default output file name... a.out

checking for suffix of executables... 

checking whether we are cross compiling... no

checking for suffix of object files... o

checking whether we are using the GNU C compiler... yes

checking whether gcc accepts -g... yes

checking for gcc option to accept ISO C89... none needed

checking for style of include used by make... GNU

checking dependency style of gcc... gcc3

checking whether gcc and cc understand -c and -o together... yes

checking how to run the C preprocessor... gcc -E

checking for g++... g++

checking whether we are using the GNU C++ compiler... yes

checking whether g++ accepts -g... yes

checking dependency style of g++... gcc3

checking for ranlib... ranlib

checking for a sed that does not truncate output... /usr/bin/sed

checking for ar... /usr/bin/ar

checking for perl... /usr/bin/perl

checking for gdb... /no/gdb/was/found/at/configure/time

checking dependency style of gcc... gcc3

checking for diff -u... yes

checking for a supported version of gcc... Configured with: --prefix=/Applications/Xcode6-Beta7.app/Contents/Developer/usr --with-gxx-include-dir=/Applications/Xcode6-Beta7.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/c++/4.2.1

ok (4.2.1)

checking build system type... x86_64-apple-darwin14.0.0

checking host system type... x86_64-apple-darwin14.0.0

checking for a supported CPU... ok (x86_64)

checking for a 64-bit only build... no

checking for a 32-bit only build... no

checking for a supported OS... ok (darwin14.0.0)

checking for the kernel version... unsupported (14.0.0)

configure: error: Valgrind works on Darwin 10.x, 11.x, 12.x and 13.x (Mac OS X 10.6/7/8/9)


我是10.10啊,啊手贱

0 0