HP-unix make file Problem

Dear Unixians,

I have try to link my libraries with tuxedo
that showing following errors,

[/usr/lib/hpux64/dld.so: Unable to find library 'libtux.sl'.]

My make file few lines:

[ORALIBDIR=$(ORACLE_HOME)/lib]
[ORALIBS=$(ORALIBDIR)/libclntsh.so /usr/lib/hpux64/libpthread.so -lcl  -lm]
....
actual linking
[-l"$(ORALIBS)" -l "-lcl -lm"]

regards,
kkl

Unix Gurus,

Error,
Mismatched Data ABI. Expected EF_IA_64_ABI64
Fatal error.
ERROR: can't execute cc +DD64 +Olit=all -Wl,

Kindly help on this .