Re: [sqlite] Solaris 2.5 compilation

2005-02-11 Thread Andrew Piskorski
On Fri, Feb 11, 2005 at 01:04:40PM -0500, Christopher R. Palmer wrote: > I had problems compiling the 3.0.8 version of sqlite on my Solaris box. > The version of "awk" on Solaris does not support the gsub function which What about using nawk or gawk? nawk at least is in the default Solaris inst

[sqlite] Solaris 2.5 compilation

2005-02-11 Thread Christopher R. Palmer
I had problems compiling the 3.0.8 version of sqlite on my Solaris box. The version of "awk" on Solaris does not support the gsub function which makes the generation of opcodes.c and opcodes.h fail. The use of gsub is actually quite simple and I created a little patch that using sed in the Mak