hi :
i have a problem , i have a machine with Aix and db2 and i want to make a program that insert in the bd of db2 but when i compile the program , this send me a message of error, and i don't know that i must do, the messages are :
Undefined :
# make adhoc
cc -O adhoc.c -o adhoc
ld: 0711-317 ERROR: Undefined symbol: .sqlastrt
ld: 0711-317 ERROR: Undefined symbol: .sqlaaloc
ld: 0711-317 ERROR: Undefined symbol: .sqlasetd
ld: 0711-317 ERROR: Undefined symbol: .sqlacall
ld: 0711-317 ERROR: Undefined symbol: .sqlastop
ld: 0711-317 ERROR: Undefined symbol: .SqlInfoPrint
ld: 0711-317 ERROR: Undefined symbol: .TransRollback
ld: 0711-317 ERROR: Undefined symbol: .init_da
ld: 0711-317 ERROR: Undefined symbol: .sqlastls
ld: 0711-317 ERROR: Undefined symbol: .sqlausda
ld: 0711-317 ERROR: Undefined symbol: .alloc_host_vars
ld: 0711-317 ERROR: Undefined symbol: .display_col_titles
ld: 0711-317 ERROR: Undefined symbol: .display_da
ld: 0711-317 ERROR: Undefined symbol: .free_da
ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information.
make: 1254-004 The error code from the last command is 8.
i hope your answer .