SQLite Forum

How to get sqlite3.o 32bit
Login
Hi. 
I have solved. It was enough to compile like this:
gcc -g -O -c -m32 sqlite3.c
Thanks