[sqlite] Spellfix Implementation

2014-05-09 Thread JocOnat
I'm using the extension module spellfix module to order tables via levenstein. I compiled spellfix.c (it's inside /ext/misc/) using MinGW for Windows: gcc -g -shared spellfix.c -o spellfix.dll It compiles successfuly but when i load it into the command line shell of sqlite: sqlite> .load ./

Re: [sqlite] Spellfix Implementation

2014-05-09 Thread Richard Hipp
On Fri, May 9, 2014 at 11:31 AM, JocOnat wrote: > I'm using the extension module spellfix module to order tables > via levenstein. > > I compiled spellfix.c (it's inside /ext/misc/) using MinGW for Windows: > > gcc -g -shared spellfix.c -o spellfix.dll > I had to add "-I." to get gcc to pick up