On Aug 16, 2009, at 11:18 PM, Mohammad Reaz Uddin wrote:

> can you please tell me how can i get a debuggable executable file? i  
> have
> sqlite3.c(the single monolithic file) and sqlite3.h

gcc -o sqlite3 -g -DSQLITE_THREADSAFE=0 sqlite3.c shell.c -ldl

D. Richard Hipp
d...@hwaci.com



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

Reply via email to