| makefile "Fatal error: Don't know how to make target" |
| Written by Hussain | |
| Friday, 30 November 2007 | |
|
my code was running ok on a linux system, when I moved to a Unix system (Solaries) the makefile gave me an error. makefile: in the shell: guess what? the problem is there is a space between '#' and the following word!!! remove it and problem is solved. so the new working makefile is:
|
|
| Last Updated ( Friday, 30 November 2007 ) |