Hi, Please add this for OSX (10.9) compilation support: ``` CC = clang CFLAGS += -fPIC -Isqlite3 -Wall -arch i386 -arch x86_64 ``` works perfectly.