Hi Folks,
We tried to build unixODBC driver on AIX 7.1 64-bits. We downloaded the latest unixODBC version from unixODBC project home page. We used gcc. As mentioned on Build unixODBC before we execute the configure command, we set the environment variables:
export CFLAGS=-maix64
export ARFLAGS="-X 64"
export OBJECT_MODE=64
After that, we executed the configure command without any problem. The following error appears when we tried to run "make" command.
ld: 0711-317 ERROR: Undefined symbol: .lt_dlinit
ld: 0711-317 ERROR: Undefined symbol: .lt_dlopen
ld: 0711-317 ERROR: Undefined symbol: .lt_dlsym
ld: 0711-317 ERROR: Undefined symbol: .lt_dlclose
Stop.
make: The error code from the last command is 1.
Any idea what is going on?