Re: about usage of `sigaction'

2007-01-18 Thread William Xu
Kevin Ryde <[EMAIL PROTECTED]> writes: > William Xu <[EMAIL PROTECTED]> writes: >> >> So all other things are blocked during accept()? > > Signals for the thread in question at least :(. > >> Maybe this is a problem of scheme accept? > > It's not a good thing, though fixing it might be tricky. > >

Re: Gmp now working, but number.c:147 isinf declared implicitly.

2007-01-18 Thread Kevin Ryde
Hugh Sasse <[EMAIL PROTECTED]> writes: > > ./.libs/libguile.so: undefined reference to `isinf' > > At which point I am now stuck. After all, configure found isinf. You might be able to stick something in to save the conftest.c used. Or maybe it's no more than #include int main (

Re: about usage of `sigaction'

2007-01-18 Thread Kevin Ryde
William Xu <[EMAIL PROTECTED]> writes: > > So all other things are blocked during accept()? Signals for the thread in question at least :(. > Maybe this is a problem of scheme accept? It's not a good thing, though fixing it might be tricky. Do you actually need to know immediately the child exi

Re: Gmp now working, but number.c:147 isinf declared implicitly.

2007-01-18 Thread Hugh Sasse
I have managed to get a relatively successful build: gmake check-TESTS gmake[4]: Entering directory `/export/home/Scratch/hgs/guile-1.8.1/test-suite/standalone' PASS: test-system-cmds PASS: test-require-extension PASS: test-num2integral PASS: test-round PASS: test-gh PASS: test-asmobs PASS: test

Re: Gmp now working, but number.c:147 isinf declared implicitly.

2007-01-18 Thread Ludovic Courtès
Hi, Kevin Ryde <[EMAIL PROTECTED]> writes: > An alternative would be the gnulib portable implementations of all > these bits, which do some explict manipulation of the "environ" global > variable. Yes, I think `gnulib' could make our lives easier in a number of areas... Thanks, Ludovic. _

Re: Gmp now working, but number.c:147 isinf declared implicitly.

2007-01-18 Thread Hugh Sasse
On Thu, 18 Jan 2007, Kevin Ryde wrote: > Hugh Sasse <[EMAIL PROTECTED]> writes: > > > > putenv putenv (3c) - change or add value to environment > > > > The manual page says it should be of the form "name=value" and the > > string should not be automatic. In a function it should be dec