Re: Guile release planning

2008-11-16 Thread Greg Troxel
"Neil Jerram" <[EMAIL PROTECTED]> writes: >> 2008/11/11 Ludovic Courtès <[EMAIL PROTECTED]>: > But this isn't obvious to me. _If_ the libtool versioning system > works in practice, in the senses of > > - permitting linking when it ought to be permitted > > - failing linking when it ought to fail

Re: Issues using statprof (no samples taken)

2008-11-16 Thread Boris Zbarsky
Ludovic Courtès wrote: Beware, Guile's CVS repository is no longer used, so software in there is essentially unmaintained. As far as `statprof' is concerned, I would recommend using the one available in Guile-Lib, since it's been maintained there for some time: http://home.gna.org/guile-lib/ T

Re: Guile release planning

2008-11-16 Thread Ludovic Courtès
Hello, "Neil Jerram" <[EMAIL PROTECTED]> writes: > And I assume the actually loaded libguile was version 1.8.5? So there > should have been something in the library saying that it needed 1.8.3, > which would have caused the link to fail. Does the libtool scheme > cover this; I'm afraid I just d

Re: Guile release planning

2008-11-16 Thread Ludovic Courtès
Hello! "Neil Jerram" <[EMAIL PROTECTED]> writes: > But this isn't obvious to me. _If_ the libtool versioning system > works in practice, in the senses of > > - permitting linking when it ought to be permitted > > - failing linking when it ought to fail It partly fails for the second point. Exa

Re: atexit in modules

2008-11-16 Thread Ludovic Courtès
Hello, Mike Gran <[EMAIL PROTECTED]> writes: > Idea 1 was to wrap as library_init() as a scheme function that gets > called when the scheme module is loaded, and then wrap library_end() > as a scheme function that gets called when the module is unloaded. > But, modules are never unloaded. Yeah,