Re: [darwin] building shared libraries (.so) instead of dynamic libraries.
On Fri 01 Oct 2010 16:24, dev.ad...@ntlworld.com writes: > Andy, > > The version is 1.8.7 and the i've installed > it into /usr/local/gnu/lib. Is /usr/local/gnu/lib in your equivalent of $LD_LIBRARY_PATH? I know that darwin has something different, but I don't know what it is. Andy -- http://wingolog.org/
Re: searching book tips
On Thu 30 Sep 2010 02:55, Flavio Souza writes: > I am reading this book: > > Simply Scheme: Introducing Computer Science > > http://www.cs.berkeley.edu/~bh/ss-toc2.html It's a fun one, but you should temper it with a book that has a more strict approach to syntactic abstraction. I don't know of one off-hand, though. Andy -- http://wingolog.org/
Re: [darwin] building shared libraries (.so) instead of dynamic libraries.
On 3 Oct 2010, at 12:29, Andy Wingo wrote: The version is 1.8.7 and the i've installed it into /usr/local/gnu/lib. Is /usr/local/gnu/lib in your equivalent of $LD_LIBRARY_PATH? I know that darwin has something different, but I don't know what it is. Mac OS X 10.5.8: /usr/local/lib/libguile-srfi-srfi-1-v-3.3.dylib In the past, there was the problem that it could not open dynamic libraries ending on .dylib - had to be .so. Guile calls libtools that is doing these lookups.