Hi Alexey thanks for the prompt answer. I saw your extension and tried 
it in the Spatialite GUI. The trial worked well in the GUI and it is 
useful for messaging environments. However I am still not sure what the 
recommended way of compiling it is.

- Should it be compiled when compiling SQLite or is it (normally) 
compiled alone afterwards?
- What is the order of compiling?
- First http://mobigroup.ru/files/sqlite-ext/iconv/ extension. Compile 
as gcc -fPIC -lm -shared ../iconv/iconv.c virtualtext.c -o 
libsqlitevirtualtext.so
- Virtualtext extension. Compile as gcc -fPIC -lm -shared virtualtext.c 
-o libsqlitevirtualtext.so.
- I assume that both *.c files are put into the SQLite directory for 
compiling. Does "../iconv/iconv.c" from the compile commands mean that 
iconv stores in a sub-directory?


Thanks for the clarifications- I'm looking forward to using it. - Gary

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to