установка valgrind./настр сбоев для создания make-файла

Я пытаюсь установить valgrind, и это смотрит как будто ./configure перестал работать с configure: error: Valgrind works on kernels 2.4, 2.6.

Это означает, что я должен установить новое ядро? VM Linux, который я использую, требуется для курса колледжа, таким образом, я отказываюсь существенно изменить его.

Есть ли иначе вокруг этого?

Вот остальная часть вывода:

adminuser @ ~/valgrind-3.6.1 --> ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
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... /bin/sed
checking for ar... /usr/bin/ar
checking for perl... /usr/bin/perl
checking for gdb... /usr/bin/gdb
checking dependency style of gcc... gcc3
checking for diff -u... yes
checking for a supported version of gcc... ok (4.8.2)
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
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 (linux-gnu)
checking for the kernel version... unsupported (3.13.0-39-generic)
configure: error: Valgrind works on kernels 2.4, 2.6
0
задан 7 February 2015 в 05:42

1 ответ

Это, кажется, фиксируется в Valgrind 3.7.0 и позже. Если у Вас нет никакой конкретной причины использовать такую старую версию Valgrind, необходимо, вероятно, использовать текущую версию (3.10.1).

1
ответ дан 6 October 2019 в 02:09

Другие вопросы по тегам:

Похожие вопросы: