Hi Dan,

You are THE MAN! You are 100% correct...I was using GCC in:

/usr/local/bin/gcc

But should have been using:

/usr/sfw/bin/gcc

Thanks ;-)

Lynton

-----Original Message-----
From: sqlite-users-boun...@sqlite.org
[mailto:sqlite-users-boun...@sqlite.org] On Behalf Of Dan Kennedy
Sent: 22 November 2010 11:05 AM
To: sqlite-users@sqlite.org
Subject: Re: [sqlite] Compile 64bit version of SQLIte on Solaris?

On 11/22/2010 03:25 PM, Lynton Grice wrote:
> Hi there,
>
> That does not work, I tried that already.
>
> # /usr/local/bin/gcc -m64 -D_FILE_OFFSET_BITS=64 -c -fPIC -DHAVE_USLEEP
> sqlite3.c
> sqlite3.c:1: sorry, unimplemented: 64-bit mode not compiled in
> #
>
> And I am on a 64-bit Solaris box...
>
> And other ideas?


The message means that your gcc build does not support
64-bit targets. You could rebuild gcc or try using solaris
compiler if you have it.


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

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

Reply via email to