Hi,all

Thers is an example "Loading and Saving In-Memory Databases" at
http://www.sqlite.org/backup.html.
I used this function in my code, but when I compiled it, that displays"
" gcc src.c -lsqlite3
/tmp/ccEdrLUm.o: In function `loadOrSaveDb':
flbsql.c:(.text+0x4fe): undefined reference to `sqlite3_backup_init'
flbsql.c:(.text+0x517): undefined reference to `sqlite3_backup_step'
flbsql.c:(.text+0x520): undefined reference to `sqlite3_backup_finish'
collect2: ld returned 1 exit status"

Is there any other args to be added?
Thanks.

Jinson
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to