Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to use Tuxedo + Service Builder in AIX

Status
Not open for further replies.

dcelso

Programmer
Sep 29, 2005
11
ES
Hello

I would like know the necessary libs and flags to compile a service.

I am using AIX with
Tuxedo 8.0
Service Builder 2.8
Oracle DataBase 9
Visual Age

Actualy I have this options:

OTHER_CC_FLAGS="-qstaticinline -DTKT_BIG_ENDIAN -D_DEBUG -DPLATF_AIX -DUNIX_64 -D__SERVIDOR__ -D_XOPEN_SOURCE=500"
ORA_LIBS=-L/bbdd/rdbms/9.2.0/lib -lclntsh
TUX_LIBS=-L$(DIR_LIB_TUX)
SB_LIBS=-L$(DIR_LIB_KIT) -lsqlpp -lkit -lsb_tux -lsb_acc -ldb21_st -ldb22_st -lora7_st $(DIR_LIB_KIT)/sqlpp.a $(DIR_LIB_KIT)/ora8_if.a

When I compile a server appear the serverals warnings

ld: 0711-224 WARNING: Duplicate symbol:

And when i boot a server with tmboot It enter in a loop

that it is what exceeds and that is what lacks-
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top