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

2007-01-25 Thread Hugh Sasse
On Thu, 25 Jan 2007, Kevin Ryde wrote: > Hugh Sasse <[EMAIL PROTECTED]> writes: > > > > automake (GNU automake) 1.9.6 > > You might have to check where it's .m4 macros are installed. If > they're not in a known place you can run I didn't invo

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

2007-01-23 Thread Hugh Sasse
On Tue, 23 Jan 2007, Kevin Ryde wrote: > Hugh Sasse <[EMAIL PROTECTED]> writes: > > > > I'm stumped. And sun's native patch implementation chokes on this. > > Should have been ok. Change the lines manually, or checkout the cvs > "branch_rele

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

2007-01-23 Thread Hugh Sasse
On Tue, 23 Jan 2007, Kevin Ryde wrote: > Hugh Sasse <[EMAIL PROTECTED]> writes: > > > > mov 0, %o1 > > callprintf, 0 > > Ah dear, thanks, gcc has optimized it out. I'll change the test > program to something like > >

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

2007-01-22 Thread Hugh Sasse
On Mon, 22 Jan 2007, Kevin Ryde wrote: > I made this change: > bash-2.05$ /bin/rm -rf guile-1.8.1 bash-2.05$ gtar -zxf guile-1.8.1.tar.gz bash-2.05$ cd guile-1.8.1 bash-2.05$ gpatch < ../guile-configure.in.echo-n.diff patching file configure.in Hunk #1 FAILED at 27. 1 out of 1 hunk FAILED -- sav

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

2007-01-22 Thread Hugh Sasse
On Mon, 22 Jan 2007, Kevin Ryde wrote: > Hugh Sasse <[EMAIL PROTECTED]> writes: > > > >> You might be able to stick something in to save the conftest.c used. > > > > Possibly. I'm not familiar enough with autoconf to be confident about > >

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

2007-01-19 Thread Hugh Sasse
On Fri, 19 Jan 2007, Kevin Ryde wrote: > Hugh Sasse <[EMAIL PROTECTED]> writes: > > autoreconf -if > > (with autoconf 2.61) I get a vastly different configure script > > with spurious "-n"s sprinkled throughout: > > > > bash-2.05$ gdiff -u co

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

2007-01-19 Thread Hugh Sasse
On Fri, 19 Jan 2007, Kevin Ryde wrote: > 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 somethi

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 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 sh

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

2007-01-16 Thread Hugh Sasse
On Tue, 16 Jan 2007, Hugh Sasse wrote: > On Tue, 16 Jan 2007, Kevin Ryde wrote: > > > Hugh Sasse <[EMAIL PROTECTED]> writes: > > > > > > posix.c: In function 'scm_putenv': > > > posix.c:1332: error: 'len' undeclared (first use in

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

2007-01-16 Thread Hugh Sasse
On Tue, 16 Jan 2007, Kevin Ryde wrote: > Hugh Sasse <[EMAIL PROTECTED]> writes: > > > > posix.c: In function 'scm_putenv': > > posix.c:1332: error: 'len' undeclared (first use in this function) > > Thanks. Dodgy conditionals :-(. You can u

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

2007-01-16 Thread Hugh Sasse
On Tue, 16 Jan 2007, Kevin Ryde wrote: > Hugh Sasse <[EMAIL PROTECTED]> writes: > > > > On Sat, 13 Jan 2007, Kevin Ryde wrote: > > > >> Otherwise if you think there's a function but no prototype we could > >> put a prototype in (when not othe

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

2007-01-15 Thread Hugh Sasse
On Mon, 15 Jan 2007, Hugh Sasse wrote: > On Sat, 13 Jan 2007, Kevin Ryde wrote: > > > You might be able to just stick in a prototype, > > Tried to do that, it still complained about it. > > or alternately just > > &

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

2007-01-15 Thread Hugh Sasse
On Sat, 13 Jan 2007, Kevin Ryde wrote: > Hugh Sasse <[EMAIL PROTECTED]> writes: > > > >> cc1: warnings being treated as errors > > That's designed to force all users to be developers :-(. Should that be in the *release* then? Prior to release definitely

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

2007-01-12 Thread Hugh Sasse
On Fri, 5 Jan 2007, Hugh Sasse wrote: > I am now getting : > > gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -D_REENTRANT -pthreads -g -O2 > -Wall -Wmissing-prototypes -Werror -MT libguile_la-numbers.lo -MD -MP -MF > .deps/libguile_la-numbers.Tpo -c numbers.c -fPIC -DPIC -o >

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

2007-01-05 Thread Hugh Sasse
I am now getting : gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -D_REENTRANT -pthreads -g -O2 -Wall -Wmissing-prototypes -Werror -MT libguile_la-numbers.lo -MD -MP -MF .deps/libguile_la-numbers.Tpo -c numbers.c -fPIC -DPIC -o .libs/libguile_la-numbers.o cc1: warnings being treated as errors num

Re: 1.8.1 config fails, but gmp passed its tests.

2006-12-07 Thread Hugh Sasse
u, Hugh On Mon, 4 Dec 2006, Hugh Sasse wrote: > On Sat, 2 Dec 2006, Neil Jerram wrote: > > > Hugh Sasse <[EMAIL PROTECTED]> writes: > > > > > bash-2.05$ cat foo.c > > > #include > > > int > > > main () > > > { >

Re: 1.8.1 config fails, but gmp passed its tests.

2006-12-04 Thread Hugh Sasse
On Sat, 2 Dec 2006, Neil Jerram wrote: > Hugh Sasse <[EMAIL PROTECTED]> writes: > > > bash-2.05$ cat foo.c > > #include > > int > > main () > > { > > mpz_import (0, 0, 0, 0, 0, 0, 0); > > return 0; > > } > > > > bash-2

1.8.1 config fails, but gmp passed its tests.

2006-12-01 Thread Hugh Sasse
Configuring guile-1.8.1 on Sun Sparc Solaris2.9 fails thusly: checking whether sethostname is declared... no checking for library containing crypt... none required checking for __gmpz_init in -lgmp... no configure: error: GNU MP not found, see README You have mail in /var/mail/hgs I have installe