[sqlite] strange error: segmentation fault when called second time

2004-12-10 Thread Sudha C Naidu
hello! here is a strange problem, probably not for others...when i call this func for the first time o/p is ** this file contains an sqlite 2.1 database **,A101 but when called for the second time...o/p is (null),A101   void check_personal_entry(GtkObject *personal_info_window) {

[sqlite] how to cross compile sqlite for arm-linux

2004-12-09 Thread Sudha C Naidu
hello! tried to cross compile sqlite for arm-linux on native system using the following commands... $export CC=arm-linux-gcc $../sqlite/configure --host=arm-linux . error:  unable to find a compiler for building build tools... any idea what went wrong?