Description:
Trying to configure CA InfoTransport on an AIX platform using gcc for the C-Compiler option encounters the gcc error stating the command is invalid.
Solution:
To use the gcc compiler to create the libdbar.so shared object on AIX, save a copy and make the following 3 changes to setlib.sh:
line 61 currently reads "RLDFLAGS="-G" change to RLDFLAGS="-Xlinker -bsvr4 -Xlinker -dy -Xlinker -berok -Xlinker -brtl -Xlinker -bnortllib -Xlinker -bnoentry -Xlinker -bM:SRE" Line 63 currently reads DYNOPT="-bdynamic" change to DYNOPT=" " Line 296 currently reads LOCALLIB="-L . -ldbsql" change to LOCALIB="libdbsql.so"
Run create_dblib.sh from the install directory.