I am trying to compile a Metal C program that needs to initialize the
Metal C environment.  The docs for __cinit say to use:

#include <metal.h>

But I get this error from the compiler:

    4       |#include <metal.h>                                   
===========> .........a...........................................
*=WARNING=========> a - CCN3296 #include file <metal.h> not found.

The compiler SEARCH options are set to:

*NOSEARCH
*NOLSEARCH               

The SYSLIB DD in the compile step has these libraries specified:

XXSYSLIB   DD  DSN=&LIBPRFX..SCEEH.H,DISP=SHR                
IEFC653I SUBSTITUTION JCL - DSN=SYS1.CEE.SCEEH.H,DISP=SHR    
XX         DD  DSN=&LIBPRFX..SCEEH.SYS.H,DISP=SHR            
IEFC653I SUBSTITUTION JCL - DSN=SYS1.CEE.SCEEH.SYS.H,DISP=SHR

The compiler PARM is:

PARM='METAL,XREF,SOURCE,MAR(1,*),NOSEQ,OPT(3),NOSE'

What am I doing wrong here?  Other standard #include's seem to be found
OK (string.h, stdlib.h, stdio.h, etc.).  I searched in all of the
SYS1.CEE.SCEEH.** header libraries without finding "__cinit" or
"csysenv" strings, so where has IBM put this header?

TIA for helping to cure my ignorance.

Peter


This message and any attachments are intended only for the use of the addressee 
and
may contain information that is privileged and confidential. If the reader of 
the 
message is not the intended recipient or an authorized representative of the
intended recipient, you are hereby notified that any dissemination of this
communication is strictly prohibited. If you have received this communication in
error, please notify us immediately by e-mail and delete the message and any
attachments from your system.


----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to