Re: [sqlite] 64 bit libsqlite for AIX and Solaris

2010-06-25 Thread Ross Hayden
For AIX, using IBM's C compiler, set "OBJECT_MODE=64" in your environment before building. -Ross On Thu, Jun 24, 2010 at 1:13 PM, Sushil wrote: > Hi Nicholas, Dr. David, > > Thanks for help. > > I got it working by using the /opt/apps/SunStudio11/SUNWspro/bin/cc > compiler

Re: [sqlite] 64 bit libsqlite for AIX and Solaris

2010-06-25 Thread Sushil
Hi Nicholas, Dr. David, Thanks for help. I got it working by using the /opt/apps/SunStudio11/SUNWspro/bin/cc compiler with "-xarch=v9 -xcode=abs64" as CFLAGS. Regards, Sushil. On Thu, Jun 24, 2010 at 10:26 PM, Nicolas Williams < nicolas.willi...@oracle.com> wrote: > On Thu, Jun 24, 2010

Re: [sqlite] 64 bit libsqlite for AIX and Solaris

2010-06-25 Thread Nicolas Williams
On Thu, Jun 24, 2010 at 01:37:50PM +0530, Sushil wrote: > I am looking for 64 bit libsqlite for AIX and Solaris. Is there a > place from where I can get them pre-built ? For OpenSolaris you can find SQLite3 packages, including a 64-bit build of the library, in the OpenSolaris IPS /release package

Re: [sqlite] 64 bit libsqlite for AIX and Solaris

2010-06-24 Thread Dr. David Kirkby
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

Re: [sqlite] 64 bit libsqlite for AIX and Solaris

2010-06-24 Thread Eric Smith
Black, Michael (IS) wrote: > Though I'm not sure if there's any advantage/disadvantage to 64-bit > binaries for sqlite3, is there? 64-bit SQLite can cache more than 4Gb of your db. Eric -- Eric A. Smith Finagle's First Law: If an experiment works, something has gone wrong.

Re: [sqlite] 64 bit libsqlite for AIX and Solaris

2010-06-24 Thread Igor Sereda
What compiler are you using? With GCC, you can use -m64 option. There must be a similar option in other compilers. -- Igor Sushil-15 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

Re: [sqlite] 64 bit libsqlite for AIX and Solaris

2010-06-24 Thread Black, Michael (IS)
...@sqlite.org on behalf of Sushil Sent: Thu 6/24/2010 3:07 AM To: sqlite-users@sqlite.org Cc: sushi...@gmail.com Subject: [sqlite] 64 bit libsqlite for AIX and Solaris 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

[sqlite] 64 bit libsqlite for AIX and Solaris

2010-06-24 Thread Sushil
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