The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 05-28-2008
jim mcnamara jim mcnamara is offline Forum Staff  
...@...
  
 

Join Date: Feb 2004
Location: NM
Posts: 5,759
This sounds like homework - which is against forum rules.
which cc tells you the name of the executable that will be run. The "weenie" with this is that cc also runs cpp and ld, but there is no way to know that from the commands you listed. You get it from the man page.

...assuming obelix has ld, cc, and cpp, which are all part of most unix implementations.