I'm a novice and after compiled and correctly installed SQLite 3.x, 
i've tried to compile sample C++ program found in Quickstart page.
I've 
got Linker errors, like follows:

/home/etrax/tmp/cckIV5JC.o: In 
function `main':
t.c:(.text+0xd6): undefined reference to 
`sqlite3_open'
t.c:(.text+0xee): undefined reference to 
`sqlite3_errmsg'
t.c:(.text+0x115): undefined reference to 
`sqlite3_close'
t.c:(.text+0x142): undefined reference to 
`sqlite3_exec'
t.c:(.text+0x175): undefined reference to 
`sqlite3_close'
collect2: ld returned 1 exit status

Any suggestions ?
I've compiled sqlite3 without errors and using sqlite3 I've created and 
I can use a testDB.

Regards

Reply via email to