Leandro Ribeiro <[EMAIL PROTECTED]> writes: > > Hello Guys. > > I have a problem with running SQLite. > I am running linux 2.6.17 on *ARM* and basically problem is that my > application > is crushing on *sqlite3_open*() function while the sqlite3 command > shell is > running without problems. .... > Please help > > NOTE: the same appplication compiled for linux PC is working fine. > > Best regards > Leandro >
Could be a compiler issue - try turning OFF optimisation: "-O0" MikeW _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

