Hi,
IBM : powerpc-ibm-aix5.1.0.0
I did a lot of cleanup in environnemnts variables.
then
1 ) export OBJECT_MODE=64
2) I stick with a simple configure
./../sqlite-3.2.7/configure --disable--shared --disable-tcl --disable-threadsafe --prefix=$PREFIX
3) in the Makefile  put
-q64 -qlonglong for the xlc compiler
4) in ./libtool forced ar with -X64 flag

results: SQLite Works fine . I did some basics tests (inserts,simple selects, create temp tables ..) I think , Now people here, will certainly consider this very great Engine to suit there needs.. and
replace the ..... home data format.

Thansks all and thanks drh.

I will post if i have trouble.

Hamid.




Jarosław Nozderko wrote:

I've just built SQLite 3.2.7 on HP-UX 11 in 64-bit mode.
Loading 1000 000 records into a simple table (using .read from SQL script with inserts, 10000 in a single transaction)
took 5 min 40 s (the same in 32-bit - 06:29) and creating
index 56 s (01:14 for 32-bit). Unfortunately, this is heavily loaded server, so results above may not be precise.


Regards,
Jarek

Hamid Benhocine <[EMAIL PROTECTED]> wrote:
I want just to know if the Engine is 64 bits ready
SQLite is designed to work on 64-bit machines. There have been a few alignment problems in the past but those have all been worked out now, I believe. I do not have a 64-bit machine to test on, but reports from users are that SQLite works when compiled in 64-bit mode.
--
D. Richard Hipp <[EMAIL PROTECTED]>




Reply via email to