On 06/24/10 09:07 AM, Sushil wrote:
> Hi,
>
> I am looking for 64 bit libsqlite for AIX and Solaris. Is there a place from
> where I can
> get them pre-built ?
>
> I have downloaded sqlite-amalgamation-3.6.23.1.tar and building it. But I
> don't see any
> option in configure to build it for 64 bits. Will the default library built
> be 64 bits. ?
> If not, then how to build them ?
>
>
> Thanks,
> Sushil.

I did send a reply to this a few hours ago, but I see it has not appeared. 
Perhaps it got lost in the ether. Here it is again. I've copied it to you 
personally now, in case for some reason I'm banned from posting to the list, 
but 
I suggest you put any replies on the list.

Dave
-------

I can't speak for AIX, but building sqlite 64-bit on OpenSolairs on x64 or 
Solaris 10 on SPARC is quite easy. Just add -m64 to the compiler options 
(CFLAGS).

I know 'sqlite' is used in the Sage maths project, and that is how it is build 
there.

This is a Sun Ultra 27 (quad core Xeon) running OpenSolaris 06/2009

drkir...@hawk:~/parallel/sage-4.4.4$ file local/bin/sqlite3
local/bin/sqlite3:    ELF 64-bit LSB executable AMD64 Version 1, dynamically 
linked, not stripped

drkir...@hawk:~/parallel/sage-4.4.4$ file local/lib/libsqlite3.so.0.8.6
local/lib/libsqlite3.so.0.8.6:    ELF 64-bit LSB dynamic lib AMD64 Version 1, 
dynamically linked, not stripped


This is a Sun Blade 2000 SPARC running Solaris 10 update 8


drkir...@swan:~/64/sage-4.4.4$ file local/lib/libsqlite3.so.0.8.6 
local/bin/sqlite3
local/lib/libsqlite3.so.0.8.6:  ELF 64-bit MSB dynamic lib SPARCV9 Version 1, 
dynamically linked, not stripped
local/bin/sqlite3:      ELF 64-bit MSB executable SPARCV9 Version 1, 
dynamically 
linked, not stripped

IMPORTANT

'sqlite' does not appear to have any test suite shipped with it (surprisingly, 
as I know the developers take testing very seriously). I've not actually used 
sqlite, so I don't know if it works when built like this.

Dave
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to