I'm having trouble with the library routine "sqlite3_release_memory." When I try to use it, the program exits with a segmentation fault.
I asked the compiler to show me a list of the library routines and "sqlite3_release_memory" was not present. >From this I concluded that the SQLITE_ENABLE_MEMORY_MANAGMENT macro has not been compiled into the library. What do I need to do at compile time to enable the SQLITE_ENABLE_MEMORY_MANAGMENT macro? I've tried, "configure --enable-SQLITE_ENABLE_MEMORY_MANAGMENT=yes" and other, similar command lines, but I'm still not seeing the "sqlite3_release_memory." Thanks in advance for the help.