Problems (#1) - Problems with app.mak (#89) - Message List
Problems with app.mak
Hello
I am a little new in linux, and Im trying to compile the demo that is included with some minor changes and Im getting the message "No rule to make target ...../include/app.mak
Could you help me
Thanks
leonoel
05/01/08 05:13:38 (4 years ago)
-
Message #24378
Did you run './configure' first? The typical install sequence is:
./configure make make install
where the last command often has a sudo in front of it, or is run directly by root, since installation generally requires superuser privileges.
dsmith05/01/08 12:29:14 (4 years ago)
