Results 1 to 5 of 5
When I try to run 'make' as instructed in the readme I get an error saying, "Nothing to be done for 'all'".
Here are the contents of my Makefile:
www ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 07-28-2010 #1Just Joined!
- Join Date
- Jul 2010
- Posts
- 2
Nothing to be done for `all'
When I try to run 'make' as instructed in the readme I get an error saying, "Nothing to be done for 'all'".
Here are the contents of my Makefile:
www . heypasteit . com/clip/LP0
I would post the source here, but it says I need to post 15 posts before I can do it.
Does anyone see a problem?
Thanks for the help.
- 07-28-2010 #2
is there a ./configure script you need to run first? and if so did it run without incident?
- 07-28-2010 #3Just Joined!
- Join Date
- Jul 2010
- Posts
- 2
- 07-28-2010 #4
what distro are you using and what are you trying to compile? there is no reason
99% of the time to compile software from source manually
perhaps you don't have compiler tools installed, and also, you should post exact error message
- 07-28-2010 #5
There is probably something quirky with the makefile.
This error usually means that you have already compiled
the program, and the source files have not been edited
since the last compile.


Reply With Quote

