PDA

View Full Version : makedepend: Command not found




Beej
Aug 24, 2002, 09:23 PM
This is one for you Unix heads... I'm trying to make something in 10.2, but I get the error "makedepend: Command not found". I can't find anything on the net about makedepend for Mac... any suggestions?



gbojim
Aug 24, 2002, 09:54 PM
Don't know if this is it or not but there is a parameter you can provide for some versions of the make command which is dependencies. Do you have a script which is using a command like:

make dep ...

I don't think the make system included with OSX supports it.

Beej
Aug 24, 2002, 10:10 PM
Ah, ok, sorry, I should have said... I know which line is causing the problem, what I want to know is how to fix it.

You're right about what is causing the problem. The line is "(cd src ; make depend ; make ; cd ..)"