From: Michael Myers Date: 2010-04-21T23:40:35+09:00 Subject: Re: cannot find header-files have_header: checking for sqlite3.h... -------------------- no not working: "/opt/studio/SOS11/SUNWspro/bin/cc -E -I. -I/opt/csw/lib/ruby/1.8/sparc-solaris2.8 -I. -I/home/ssk -I/opt/csw/include -D_FILE_OFFSET_BITS=64 -I/opt/csw/include -xO3 -xarch=v8 -I/opt/csw/include -KPIC conftest.c -o conftest.i" working: "gcc -E -I. -I/home/ssk/ruby/lib/ruby/1.8/sparc-solaris2.10 -I. -I/home/ssk -D_FILE_OFFSET_BITS=64 -g -O2 conftest.c -o conftest.i" By the looks of it, it seems to use a different compiler, how can i change that? -- Posted via http://www.ruby-forum.com/.