On 14 Sep 2007, at 16:20, Tim Bradshaw wrote:

Has anyone successfully got either of these to build on Solaris 10, using the gcc that ships with it? I've tried on 10u4 on x86 and (after fixing the known problem with B_FALSE/B_TRUE for 3.4.2) they both failed sometime while linking. I just did a

./configure --prefix/what/ever

with no special options.

To answer my own question, the answer is whether or not to build static libraries. I'm not sure you can at all on Solaris 10, but even if you can whatever configure generates can't. So this works:

../sqlite-3.4.2/configure --prefix=/what/ever --enable-static=no

--tim

-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to