SQLite Forum

Plan for an 64 bit binary for macosx catalina?
Login
I am trying to use sqlite on a Mac. With macosx catalina Mac has dropped support for 32bit binaries. After installing the sqlite binary distribution I found that it contained a PPC and a i386 (which I take to mean 32bit) library. Trying to use the i386 the system complained that it couldn't a library suitable for the architecture. 

I also tried compiling the library from source but then the loader complained that the sqlite_init symbol is not available. I am not sure why that happens.

Hence, I would really appreciate if there was a binary distribution for macos that offers a 64 bit version.

Best wishes,

    Huub (hvandam@bnl.gov)