  Not finding C library functions? 
 The Question is:
 
I am getting an error when trying to compile and link a Pro*C
program.  The error includes the LNPROC command and is not
recognizing any of the C functions from the libraries (such as
printf).  Any suggestions?
 
 
 The Answer is:
 
  Assuming this is DEC C, compile with:
 
    $ CC/PREFIX=ALL
 
  Then LINK
 
