Saturday, April 27, 2024
 Popular · Latest · Hot · Upcoming
12
rated 0 times [  12] [ 0]  / answers: 1 / hits: 19811  / 2 Years ago, sun, february 13, 2022, 6:38:55

I'm trying to compile a source code and I'm getting this error



make[1]: makedepend: Command not found


Do you have any suggestions?



I have Ubuntu 12 04 LTS, 2.6.28-17 kernel and gcc version 4.6.3


More From » kernel

 Answers
3

$ apt-cache search makedepend
xutils-dev - X Window System utility programs for development


So you have to install xutils-dev package(which includes the program makedepend) .Install xutils-dev package by running the below command on terminal,



sudo apt-get install xutils-dev

[#26563] Sunday, February 13, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
ouschee

Total Points: 485
Total Questions: 88
Total Answers: 106

Location: Central African Republic
Member since Mon, Aug 10, 2020
4 Years ago
ouschee questions
Wed, May 31, 23, 19:23, 12 Months ago
Tue, Aug 16, 22, 07:29, 2 Years ago
Wed, May 4, 22, 12:18, 2 Years ago
;