why i can't compiler code in 64 mode

N

ninth

in aix , when i compiler the code of db2 sample in 64 mode ,a error return.
xlc -o db2mon db2mon.c
tilapi.o -q64 -I/db2home/hnbas/sqllib/include -L/db2home/hnbas/sqllib/lib -
ldb2
ld: 0711-317 ERROR: Undefined symbol: .sqleatin_api
ld: 0711-317 ERROR: Undefined symbol: .sqlaintp_api
ld: 0711-317 ERROR: Undefined symbol: .sqlmonsz
ld: 0711-317 ERROR: Undefined symbol: .sqlmonss
ld: 0711-317 ERROR: Undefined symbol: .sqlmrset
ld: 0711-317 ERROR: Undefined symbol: .sqlmon
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.
why?
 
V

Victor Bazarov

ninth said:
in aix , when i compiler the code of db2 sample in 64 mode ,a error
return.
xlc -o db2mon db2mon.c
tilapi.o -q64 -I/db2home/hnbas/sqllib/include -L/db2home/hnbas/sqllib/lib
-
ldb2
ld: 0711-317 ERROR: Undefined symbol: .sqleatin_api
ld: 0711-317 ERROR: Undefined symbol: .sqlaintp_api
ld: 0711-317 ERROR: Undefined symbol: .sqlmonsz
ld: 0711-317 ERROR: Undefined symbol: .sqlmonss
ld: 0711-317 ERROR: Undefined symbol: .sqlmrset
ld: 0711-317 ERROR: Undefined symbol: .sqlmon
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.
why?

Somebody in an AIX newsgroup can probably tell you. Or, contact IBM's
Technical Support, after all isn't DB2 their product?

V
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,770
Messages
2,569,584
Members
45,077
Latest member
SangMoor21

Latest Threads

Top