How to link shared librarys to a user defined buildop

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
ashwin141
Participant
Posts: 95
Joined: Wed Aug 24, 2005 2:26 am
Location: London, UK

How to link shared librarys to a user defined buildop

Post by ashwin141 »

Hi I am creating a buildop to which I need to link shared librarys.I have my library "libDSX_LIB001.a" at a path.

I have added "-lDSX_LIB001" to the link flag option. But still its showing me "undefined reference to the function error"
Post Reply