[an error occurred while processing this directive]

HP OpenVMS Systems

ask the wizard
Content starts here

Not finding C library functions?

» close window

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
 

answer written or last revised on ( 9-JUL-1998 )

» close window