Xildoff, Xildon, Xlibmieee – HP SunSoft Pascal 4.0 User Manual

Page 80: Xlibmil

Advertising
background image

56

Pascal 4.0 User’s Guide

3

-xildoff

(Solaris 2.x only) Turns off the incremental linker and forces the use of

ld

. This

option is the default if you do not use the

-g

option, or you do not use the

-G

option, or any source files are present on the command line. Override this
default by using the

-xildon

option.

-

xildon

(Solaris 2.x only) Turns on the incremental linker and forces the use of

ild

in

incremental mode. This option is the default if you use the

-g

option, and you

do not use the

-G

option, and there are no source files present on the command

line. Override this default by using the

-xildoff

option.

–xl

The

–xl

option implements a set of features that provide broad compatibility

with Apollo Pascal. We recommend using

–xl

only when porting Pascal

systems from Apollo platforms to SPARC system platforms. See the Pascal 4.0
Reference Manual
for details of the features controlled by

-xl

.

When you use

-xl

, the compiler invokes the

cppas

preprocessor in place of

cpp

(1). See Appendix A, “Pascal Preprocessor,” for information on

cppas

.

Modules compiled with

–xl

are not compatible with modules compiled

without

–xl

. You should not link these two types of modules together.

-xlibmieee

Same as

-libmieee

.

-xlibmil

Same as

-libmil

.

Advertising