SQLite Forum

Compiling amalgamation with gcc
Login
Thank you anon. I had the wrong pwd in any case. My code should have read

gcc -I ~/sqlite/temp sqlite3.c -o sqlite.o

and

gcc -c -I ~/sqlite/temp sqlite3.c -o sqlite.o

works fine.