Linking - Aster Execution Engine

Teradata Aster® Developer Guide

Product
Aster Execution Engine
Release Number
7.00.02
Published
July 2017
Language
English (United States)
Last Update
2018-04-13
dita:mapPath
xnl1494366523182.ditamap
dita:ditavalPath
Generic_no_ie_no_tempfilter.ditaval
dita:id
ffu1489104705746
lifecycle
previous
Product Category
Software

When you link your libraries, use the -shared flag to create a shared library (.so). For example, to link the tax_input.c example, you type:

gcc -shared -o tax_input.so tax_input.o
If your function depends on third-party or other libraries, you must statically link them.

To see examples of the linking flags in use, review the Makefiles provided in the API directory, sqlmr-sdk/example.