[plt-scheme] SQLite

From: Eli Barzilay (eli at barzilay.org)
Date: Sun Jan 28 14:11:53 EST 2007

On Jan 26, Jens Axel Søgaard wrote:
> Noel Welsh skrev:
> > http://planet.plt-scheme.org/300/#sqlite.plt
> > 
> > OS X has SQLite preinstalled, so sqlite.plt should just
> > work out of the box (it uses foreign.ss, so no C code).  If
> > it doesn't you might need to edit the location in which
> > sqlite.plt looks for the shared library file.  Can't
> > remember offhand which file it is, but there aren't many to
> > check.
> 
> It would be better to figure out the OS X search path for
> shared libraries and place the .so-file where it can be found.
> Then share the path with the rest of us.

I posted some question on an OSX newsgroup, and AFAICT, there is no
standard OSX mechanism for finding libraries (.dylib on OSX).  Some
libraries that come with the OS (like GL) are known to be in some
fixed place.  If anyone knows of some search strategy, I'll be happy
to hear about it.

-- 
          ((lambda (x) (x x)) (lambda (x) (x x)))          Eli Barzilay:
                  http://www.barzilay.org/                 Maze is Life!


Posted on the users mailing list.