The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > OS Specific Forums > OS X (Apple)
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 01-31-2004
norsk hedensk norsk hedensk is offline
Registered User
 

Join Date: Jul 2002
Location: new york
Posts: 1,025
if the shell your using dosnt recognize a command, this is due to one of two reasons.
a. the command dosnt exist on your system. it is not installed.
solution: find the program online, download it and install it!

b. the location of the program is not in your $PATH.
solution: find where the path to the executable is located, and try running the program with the full path.

the best place to get started with c++, www.google.com
Reply With Quote