[Info-vax] Where is chfctxdef.h on OpenVMS Itanium 8.4 ?

hb end.of at inter.net
Tue May 5 17:49:06 EDT 2015


On 05/05/2015 03:57 PM, Stephen Hoffman wrote:
> On 2015-05-05 13:47:40 +0000, John Reagan said:
>
>> On Tuesday, May 5, 2015 at 8:29:37 AM UTC-4, Stephen Hoffman wrote:
>>
>>>
>>> Same place it's always been, and accessible in the same way it's been:
>>>
>>> $ define/nolog DECC$TEXT_LIBRARY sys$library:sys$lib_c.tlb
>>>
>>> This command assumes that your compiler is written in C.
>>>
>>
>> If you don't want to fuss with the logicals, you can also do:
>>
>> $ cc myprog.c+sys$library:sys$lib_c.tlb/library
>
> Ayup.
>
> Having something like the following would be nice, too:
>
> #pragma library "sys$share:sys$lib_c.tlb"

Or something like

#include <sys$lib_c.tlb/chfctxdef.h>
or
#include <sys$lib_c/chfctxdef.h>
or
#include <sys/lib_c/chfctxdef.h>
or
#include <lib_c/chfctxdef.h>

a mechanism similar to the magic which currently is done for

#include <sys/types.h>

where "sys/types.h" is found as module "types" in DECC$RTLDEF.TLB, as 
far as I know.






More information about the Info-vax mailing list