pas_ld(1) — Commands
NAME
pas_ld − Pascal utility for invoking the link editor.
SYNOPSIS
pas_ld object_file [ld_options]
ARGUMENTS
object_file (required)
Specify the pathname of an object file produced with the pas command.
FLAGS
Use any ld option.
DESCRIPTION
pas_ld is a utility that invokes the link editor (ld) and supplies it with the pathname of an object file (crt0.o) and default libraries (libpas.a, libc, and libm) to be combined with object_file. pas_ld also passes options to the link editor that specify a set of library search paths and the default entry point address for the output file. You need only supply pas_ld with the argument object_file and any additional ld options. Specify object_file and ld options in the same order that you would specify them on the ld command line. The pas_ld utility is a script. To view the script, refer to the file /usr/pas/bin/pas_ld .
EXAMPLES
$ pas_ld test_program.bin −lv
pas_ld invokes the link editor (ld) and passes it the argument test_program.bin and the ld option −lv.
COMPATIBILITY WITH OSF/1
The pas_ld utility is provided on HP OSF/1. It may not be provided on other implementations of OSF/1.