HP-UX Itanium - FastLoad

Teradata FastLoad Reference

Product
FastLoad
Release Number
15.10
Language
English (United States)
Last Update
2018-10-07
dita:id
B035-2411
lifecycle
previous
Product Category
Teradata Tools and Utilities

HPUX Itanium

Use the following syntax examples to compile and link a C INMOD on an HP‑UX Itanium‑based client.

Compile Syntax

where

 

Syntax Element

Description

cc

Invokes the native UNIX C compiler

+u1

Is a compiler option that allows pointers to access nonnatively aligned data

D_REENTRANT

Ensures that all the Pthread definitions are visible at compile time

+DD64

Generates 64bit object code for PA2.0 architecture

c

Compiles one or more source files but does not enter the linking phase

inmod.c

A C source module for the INMOD

Link Syntax

where

 

Syntax Element

Description

ld

Invokes the UNIX linker editor

n

Generates an executable with file type SHARE_MAGIC

This option is ignored in 64bit mode.

b

Is a linker option specified to generate a shared object file

inmod.o

Is an object module derived from the compile step

lc

Search a library libc.a, libc.so, or libc.sh

o

Specifies the output filename; default is a.out

inmod.so

Specifies the resulting shared object module

This is the userspecified name in the IMPORT command.

Note: Object modules can be linked into shared objects or shared libraries (for example, .so or .sl extension respectively) on HPUX Itanium.