Here is my terminal output for make practcal1 and the replacement that you provided.....
Code:Gavin-McGuinnesss-MacBook-Pro:~ Gav$ make practical1 make: *** No rule to make target `practical1'. Stop. Gavin-McGuinnesss-MacBook-Pro:~ Gav$ g++ -o practical1 practical1.cpp i686-apple-darwin10-g++-4.2.1: practical1.cpp: No such file or directory i686-apple-darwin10-g++-4.2.1: no input files Gavin-McGuinnesss-MacBook-Pro:~ Gav$
Your current working directory (cwd) is ~ (a.k.a. home, /Users/USERNAME) not your Desktop
Code:
cd ~/Desktop
first.
B