Re: [sqlite] How to build an extension that gets autoloaded

2008-06-10 Thread Alex Katebi
Try this link. http://www.sqlite.org/cvstrac/wiki?p=LoadableExtensions On Tue, Jun 10, 2008 at 12:39 AM, Stephen Woodbridge < [EMAIL PROTECTED]> wrote: > Hi all, > > I was reading through the sqlite source and noticed that there appears > to be an ability to build and extension that is staticall

Re: [sqlite] How to build an extension that gets autoloaded

2008-06-10 Thread Stephen Woodbridge
Hi Shane, Thank you for your response. I do need the rtree extension but I also have a need to some others and would like to know how to statically link in extensions anyway. -Steve Shane Harrelson wrote: > If you just need the rtree extension, I believe it will be included by > default in th

Re: [sqlite] How to build an extension that gets autoloaded

2008-06-09 Thread Shane Harrelson
If you just need the rtree extension, I believe it will be included by default in the next version of the core sqlite library. -Shane On Tue, Jun 10, 2008 at 12:39 AM, Stephen Woodbridge < [EMAIL PROTECTED]> wrote: > Hi all, > > I was reading through the sqlite source and noticed that there appe

Re: [sqlite] How to build an extension that gets autoloaded

2008-06-09 Thread P Kishor
Greetings Steve, On 6/9/08, Stephen Woodbridge <[EMAIL PROTECTED]> wrote: > Hi all, > > I was reading through the sqlite source and noticed that there appears > to be an ability to build and extension that is statically linked and > autoloaded, but I can not find any details on how to do this.

[sqlite] How to build an extension that gets autoloaded

2008-06-09 Thread Stephen Woodbridge
Hi all, I was reading through the sqlite source and noticed that there appears to be an ability to build and extension that is statically linked and autoloaded, but I can not find any details on how to do this. For example, if I want to build an application that uses the rtree extension on Lin