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-
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-