Re: Guile not running properly on GNU/Hurd

2013-02-04 Thread Pino Toscano
Alle lunedì 4 febbraio 2013, Ludovic Courtès ha scritto: > Richard Braun skribis: > > On Sat, Feb 02, 2013 at 07:51:38PM +0100, Gabriel Schnoering wrote: > >> I can't run guile in gdb as there are some error with the garbage > >> collector. > > > > These are probably not errors. > > Indeed, you

Re: Guile not running properly on GNU/Hurd

2013-02-04 Thread Ludovic Courtès
Richard Braun skribis: > On Sat, Feb 02, 2013 at 07:51:38PM +0100, Gabriel Schnoering wrote: >> I can't run guile in gdb as there are some error with the garbage >> collector. > > These are probably not errors. Indeed, you need to let a couple of signals through: handle SIGPWR noprint nostop

Re: Guile not running properly on GNU/Hurd

2013-02-04 Thread Gabriel Schnoering
Hi, As was discussed on irc, I investigated a bit deeper the issue. First I compiled libgc-7.2d ./configure make make check All tests passed ! (which was not the case with guile-2.0.7) But make install failed for --prefix in the user ~/devel/libgc directory (see hurdlibgcinstall) Anyway I ra