Hi Kervin > 1. Try these extra gcc flags in your build... > "-Wall -Wconversion -Wshadow". Also try > renaming your database handle to something > more unique.
I renamed my database handle to something more unique but this did not have any affect. I also tried the extra flags you mentioned but I got alot of errors and warnings during compilation. > 2. Have you tried 'strace' like someone else > suggested? I tried to use strace but I don't have it on my system and when I copied it in and ran it I received errors. Do I need to recompile this for my system or something? I am unsure how to run it correctly on my system. > 3. Strip all unnecessary includes. Check > your include directory order. Yes I have already tried and check this with no success, > 4. Try a 'ldd' on your binary and make sure > you have the libraries you expected. Yes I have also checked this and it is as it should be. Thanks Chris _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

