2009/4/14 Pramoda M. A <[email protected]>

> What I have done is,
>
> Cc -lpthread sqlite3.o ourApplication.o -o main
>
> Then it is giving linker error. Is it right?


try instead:
cc -lpthread -ldl sqlite3.o ourApplication.o -o main

Vivien
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to