We have applications which transport between Intel/Windows to Intel/WinNT to Intel/Linux to Power/AIX to PPC/AIX without a problem. They link with the Sqlite library on the particular platform.

Matt Sergeant wrote:
On 3-Jul-06, at 1:34 PM, Pat Wibbeler wrote:

This isn't quite what I'm looking for.  I understand that resulting
binaries are endian dependent, and the database file itself is endian
portable after version 3.  What I'm really asking (though not as  clearly
as I had hoped ;-)) is whether or not the sqlite source code is endian
dependent.


No. Configure doesn't modify the sources. Importing the .c files into xcode should "just work".

You may need to set -DNDEBUG=1 -DSQLITE_PTR_SZ=4 though (not sure how you do that in Xcode).

Matt (who has basically done the same for the perl DBD::SQLite module, where it works just fine).

______________________________________________________________________
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email ______________________________________________________________________

Reply via email to