Thank you for the Windows compilation instructions.  I have updated
the file http://sqlite.org/contrib/download/extension-functions.c?get=25
to include them, along with a small fix to the assert for squareFunc.

Liam

On Tue, Jan 19, 2010 at 4:14 AM, Oliver Peters <oliver....@web.de> wrote:
> Liam Healy <l...@...> writes:
>
> [...]
>>
>> >
>> >
>> > s2: extension-functions.c
>> > -------------------------
>> > add compilation instructions for windows
>>
>> I don't know how to compile in windows; if you or
>> someone has some instructions, I'll add them.
>
>
> compile instructions for Windows:
> --------------------------------
>
> 1. Install MinGW (http://www.mingw.org/) and you will get the gcc (gnu 
> compiler
> collection)
>
> 2. add the path to your path variable (isn't done during the installation!)
>
> 3. compile this way:
>
> gcc -shared -I "path" -o libsqlitefunctions.so extension-functions.c
>
> (path = path of sqlite3ext.h; i.e. C:\programs\sqlite)
>
>
> greetings
> Oliver
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to