Your Browser is not longer supported
Please use Google Chrome, Mozilla Firefox or Microsoft Edge to view the page correctly
Loading...
{{viewport.spaceProperty.prod}}
Installing header files and POSIX link switches in any POSIX directory
&pagelevel(4)&pagelevel
If you work under POSIX, you can install the header files “privately” in a freely selectable directory under POSIX. This allows you to run CRTE V10.1A in POSIX together with a privately installed C/C++ compiler as of V3.0 in parallel with an older CRTE version.
To do this, install the CRTE headers and the POSIX-HEADERs separatelyin the ufs
under POSIX with the ICXINSTALL procedures:
/CALL-PROC *LIB(SINPRC.CRTE.101,ICXINSTALL), PROC-PAR=(directory=' directory')
/CALL-PROC *LIB(SINPRC.POSIX-HEADER.101,ICXINSTALL), -
/ PROC-PAR=(directory=' directory')
|
The headers are stored under directory/usr/include
, and the link switches under directory/opt/CRTE/lib
.
The ICXDELETE procedures are provided for deinstallation:
/CALL-PROC *LIB(SINPRC.CRTE.101,ICXDELETE), PROC-PAR=(directory=' directory')
/CALL-PROC *LIB(SINPRC.POSIX-HEADER.101,ICXDELETE), -
/ PROC-PAR=(directory=' directory')
|