I get the following warning from

sqlite3.c:109910:20: warning: cast from pointer to integer of different size

when building on a Sun Blade 1000 with dual 900 MHz UltraSPARC III+ processors.

I'm sorry to say this was with version sqlite-3.6.22, so you may have corrected 
it now.

Since by default all executables are built 32-bit on Solaris, the compiler flag 
-m64 was used to force the use of 64-bit code.

The following variables where

CC=gcc
CCX=g++
CFLAGS= -m64  -g  -O2
CXXFLAGS= -m64  -g  -O2

I don't think the following would be relevant, but it was set too, as sqlite 
was 
built as part of the Sage maths software.

CPPFLAGS= -I /export/home/drkirkby/redstart/64/sage-4.5.2.rc1/local/include

Dave

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

Reply via email to