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 -->
  #4 (permalink)  
Old 06-30-2006
jim mcnamara jim mcnamara is offline Forum Staff  
...@...
  
 

Join Date: Feb 2004
Location: NM
Posts: 5,748
Oh.

By default many compilers produce a file called a.out. The abeunix.o file is an intermedite file made along the way to creating your final executable.

Try:

Code:
cob2 -o abeunix abeunix.cob
Code:
ls -l abeunix
should show a file "abeunix" made a few seconds ago. Try running that.