Re: CC and stdlib.h



In article <1177959359.889198.164430@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>, RandyG271 <randyg271@xxxxxxxxx> writes:
All,

I am new to OpenVMS (7.3-2 in my case). When this compiles...

#include <stdlib.h>

where is the stdlib.h found? CC is set as follows...

stdlib.h may not be found. Element STDLIB will be found in
sys$library:decc$rtldef.tlb (a text library). Your system
manager may have reference copies in
sys$sysroot:[decc$lib.reference.decc$rtldef], but the compiler
looks in the text library for performance reasons and the
reference copies are not required. The reference copy is just
there so you can perform searches and such.

c.f. $ help cc /include


.



Relevant Pages