Um problema ao instalar o TAINTGRIND

0

Instalei o valgrind no meu computador Ubuntu 16.04 e Ubuntu 14.

bek@ubuntu:~/Desktop/valgrind-3.10.1/taintgrind-master$ ../autogen.sh
running: aclocal
running: autoheader
running: automake -a
running: autoconf
bek@ubuntu:~/Desktop/valgrind-3.10.1/taintgrind-master$ ./configure --prefix=$INST_DIR
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
/home/bek/Desktop/valgrind-3.10.1/missing: Unknown '--is-lightweight' option
Try '/home/bek/Desktop/valgrind-3.10.1/missing --help' for more information
configure: WARNING: 'missing' script is too old or missing
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 make supports nested variables... 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 whether gcc understands -c and -o together... yes
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for g++... no
checking for c++... no
checking for gpp... no
checking for aCC... no
checking for CC... no
checking for cxx... no
checking for cc++... no
checking for cl.exe... no
checking for FCC... no
checking for KCC... no
checking for RCC... no
checking for xlC_r... no
checking for xlC... no
checking whether we are using the GNU C++ compiler... no
checking whether g++ accepts -g... no
checking dependency style of g++... none
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)
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... 2.6.x/3.x family (3.13.0-32-generic)
checking for 32 bit build support... no
checking for a supported CPU/OS combination... ok (amd64-linux)
checking for use as an inner Valgrind... no
checking for Pagesize... 4k
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
......
.....
....
....
Maximum build arch: amd64
         Primary build arch: amd64
       Secondary build arch: 
                   Build OS: linux
       Primary build target: AMD64_LINUX
     Secondary build target: 
           Platform variant: vanilla
      Primary -DVGPV string: -DVGPV_amd64_linux_vanilla=1
         Default supp files: exp-sgcheck.supp xfree-3.supp xfree-4.supp glibc-2.X-drd.supp glibc-2.34567-NPTL-helgrind.supp glibc-2.X.supp 

bek@ubuntu:~/Desktop/valgrind-3.10.1/taintgrind-master$ make install
Making install in .
make[1]: Entering directory '/home/bek/Desktop/valgrind-3.10.1/taintgrind-master'
make[1]: *** No rule to make target '../coregrind/libcoregrind-amd64-linux.a', needed by 'taintgrind-amd64-linux'.  Stop.
make[1]: Leaving directory '/home/bek/Desktop/valgrind-3.10.1/taintgrind-master'
make: *** [install-recursive] Error 1
........
.....
....
bek@ubuntu:~/Desktop/valgrind-3.10.1/taintgrind-master$ make -j
make  all-recursive
make[1]: Entering directory '/home/bek/Desktop/valgrind-3.10.1/taintgrind-master'
Making all in .
make[2]: Entering directory '/home/bek/Desktop/valgrind-3.10.1/taintgrind-master'
make[2]: *** No rule to make target '../coregrind/libcoregrind-amd64-linux.a', needed by 'taintgrind-amd64-linux'.  Stop.
make[2]: Leaving directory '/home/bek/Desktop/valgrind-3.10.1/taintgrind-master'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/bek/Desktop/valgrind-3.10.1/taintgrind-master'
make: *** [all] Error 2
    
por Bek 15.05.2017 / 06:51

0 respostas