HPlogo Berkeley Sockets/iX Reference Manual: HP 3000 MPE/iX Computer Systems > Chapter 5 Programming Example

Linking

» 

Technical documentation

Complete book in PDF
» Feedback

 » Table of Contents

The following example shows how to link the program:

   :link from=obj;rl=^rllist;to=prog

The following RLLIST file was used in linking the above program:

   socketrl.net.sys

   libcinit.lib.sys

Note: Ensure that you link with the POSIX library (/lib/libc.a) instead of libcinit.lib.sys for POSIX programs. If you are using fork(), you need to link with PH capabilities.

Feedback to webmaster