Programming and posix getting started
Manuals
Brands
HP Manuals
Software
MPE/iX 6.5 Operating System
11
12
13
14
15
16
17
18
19
20
17
Creating a Sh
ared Library
•
Create the sh
ared library:
>
ld
-
b
-
o
libhw
.
sl hello
w
or
ld
.o
•
Link with the share
d library:
>
c89
-
o
hw
c
gi h
w
cgimain
.o
-
W
L
,
cap=
ph
,XL=/APACHE/CGISR
C/
libhw
.
sl
–
must specify full pathname
1
...
...
15
16
17
18
19
...
...
42