Hi, In my Mac OS X, I am linking sqlite(3.2.8) library statically to my C++ program.
I have defined macros -DNO_TCL -DHAVE_USLEEP -DTEMP_STORE=3 -DSQLITE_MAX_PAGE_SIZE=32768 -DTHREADSAFE=1 in Makefile which creates the sqlite library. But often I am getting SQLITE_CORRUT error. My program works well in Windows & linux and also in FreeBSD 5.2.1 & 5.4. But only in Mac, I am having this problem. Is there any option I should set for Mac?? How can I rectify this? Any help! Regards, Srini