Previous Topic Next topic Print topic


Using ldpli

ldpli references the components, such as libraries, that were installed with Open PL/I. ldpli generates executable files from relocatable object files.

Note:

The first and fourth characters of the ldpli command are lowercase letter "L".

The ldpli command-line syntax is as follows:

ldpli [option] ... object_file [object_file] ... [optional_library] ...

where

ldpli The command that invokes the linker.
option Represents all valid linker options. Any of the valid UNIX or Windows system linker command options are accepted. See your operating system reference manual for a listing and description of all valid system linker options.
object_file Specifies object files that are to be linked.
optional_library      Represents library specifications for libraries that are required for your special application. These are needed only if you explicitly CALL library routines from your program. The standard system libraries, such as libc.a on a UNIX system, are always included in the link.
Previous Topic Next topic Print topic