Lỗi Valgrind " make: *** No rule to make target. stop. '' trong Ubuntu

  • Tình hình là em cài Valgrind cho lập trình c nhưng bị lỗi: " make: *** No rule to make target. stop. ‘’

  • Trước đó em đã dùng lệnh như sau:

1) Download it (use wget if you don’t have curl)
curl -O http://valgrind.org/downloads/valgrind-3.6.1.tar.bz2

use md5sum to make sure it matches the one on the site

md5sum valgrind-3.6.1.tar.bz2

2) Unpack it.

tar -xjvf valgrind-3.6.1.tar.bz2

cd into the newly created directory

cd valgrind-3.6.1

3) configure it

./configure

4) make it

make

Bạn cho mình xem những gì có trong Makefile nằm trong folder valgrind-3.6.1.

Nội dung của file Makefile chứ cho mình xem cái folder làm gì, à mà biết rồi, cd vào folder valgrind, chạy make install (nếu yêu cầu quyền thì sudo make install).

$ sudo apt-get install autotools-dev debhelper dpatch gdb libc6-dev gcc-multilib libc6-dbg valgrind
1 Like
83% thành viên diễn đàn không hỏi bài tập, còn bạn thì sao?