what's with the spam?

2006-03-14 Thread Mark Galassi

This list is completely out of control; probably the most spam-ridden
list I get.  Can anything be done about it?


___
Bug-guile mailing list
Bug-guile@gnu.org
http://mail.gnu.org/mailman/listinfo/bug-guile


$B%;%l%V$N7hDjHG!*(B

2006-03-14 Thread info
$B%;%l%V$N7hDjHG!*(B
http://www.nanpara5.net/?1099
$B$*6b$K:[EMAIL PROTECTED](B
http://www.nanpara6.net/?1099


$BG[?.ITMW$O$3$A$iKx*(B [EMAIL PROTECTED]
In an unnecessary delivery, even here is $B*(B [EMAIL PROTECTED]
$BAw?.IT{MW*(B [EMAIL PROTECTED]


___
Bug-guile mailing list
Bug-guile@gnu.org
http://mail.gnu.org/mailman/listinfo/bug-guile


FC2 configure: error: At least GNU MP 4.1 is required, see README

2006-03-14 Thread Aubrey Jaffer
Fedora Core 2
Linux 2.6.9-1.6_FC2smp #1 SMP Thu Nov 18 22:20:16 EST 2004 i686 i686 i386 
GNU/Linux

 bash-2.05b$ rpm -q gmp
 gmp-4.1.2-14
 bash-2.05b$ rpm -V gmp
 bash-2.05b$ rpm -q gmp-devel
 gmp-devel-4.1.2-14
 bash-2.05b$ rpm -V gmp-devel

So gmp 4.1.2 is correctly installed.

 bash-2.05b$ ./configure
 checking for a BSD-compatible install... /usr/bin/install -c
 checking whether build environment is sane... yes
...
 checking for library containing crypt... -lcrypt
 checking for __gmpz_init in -lgmp... yes
 configure: error: At least GNU MP 4.1 is required, see README


___
Bug-guile mailing list
Bug-guile@gnu.org
http://mail.gnu.org/mailman/listinfo/bug-guile


FC2 configure: error: At least GNU MP 4.1 is required, see README

2006-03-14 Thread Aubrey Jaffer
Fedora Core 2
Linux 2.6.9-1.6_FC2smp #1 SMP Thu Nov 18 22:20:16 EST 2004 i686 i686 i386 
GNU/Linux

 bash-2.05b$ rpm -q gmp
 gmp-4.1.2-14
 bash-2.05b$ rpm -V gmp
 bash-2.05b$ rpm -q gmp-devel
 gmp-devel-4.1.2-14
 bash-2.05b$ rpm -V gmp-devel

So gmp 4.1.2 is correctly installed.

 bash-2.05b$ ./configure
 checking for a BSD-compatible install... /usr/bin/install -c
 checking whether build environment is sane... yes
...
 checking for library containing crypt... -lcrypt
 checking for __gmpz_init in -lgmp... yes
 configure: error: At least GNU MP 4.1 is required, see README

Here are the gmp files:

 bash-2.05b$ rpm -ql gmp
 /usr/lib/libgmp.so.3
 /usr/lib/libgmp.so.3.3.2
 /usr/lib/libgmpxx.so.3
 /usr/lib/libgmpxx.so.3.0.4
 /usr/lib/libmp.so.3
 /usr/lib/libmp.so.3.1.6
 /usr/lib/sse2/libgmp.so.3
 /usr/lib/sse2/libgmp.so.3.3.2
 /usr/lib/sse2/libgmpxx.so.3
 /usr/lib/sse2/libgmpxx.so.3.0.4
 /usr/lib/sse2/libmp.so.3
 /usr/lib/sse2/libmp.so.3.1.6
 /usr/share/doc/gmp-4.1.2
 /usr/share/doc/gmp-4.1.2/COPYING
 /usr/share/doc/gmp-4.1.2/COPYING.LIB
 /usr/share/doc/gmp-4.1.2/NEWS
 /usr/share/doc/gmp-4.1.2/README
 bash-2.05b$ rpm -ql gmp-devel
 /usr/include/gmp-mparam.h
 /usr/include/gmp.h
 /usr/include/gmpxx.h
 /usr/include/mp.h
 /usr/include/mpf2mpfr.h
 /usr/include/mpfr.h
 /usr/include/mpfrxx.h
 /usr/lib/libgmp.a
 /usr/lib/libgmp.so
 /usr/lib/libgmpxx.a
 /usr/lib/libgmpxx.so
 /usr/lib/libmp.a
 /usr/lib/libmp.so
 /usr/lib/libmpfr.a
 /usr/share/info/gmp.info-1.gz
 /usr/share/info/gmp.info-2.gz
 /usr/share/info/gmp.info-3.gz
 /usr/share/info/gmp.info-4.gz
 /usr/share/info/gmp.info-5.gz
 /usr/share/info/gmp.info-6.gz
 /usr/share/info/gmp.info-7.gz
 /usr/share/info/gmp.info-8.gz
 /usr/share/info/gmp.info-9.gz
 /usr/share/info/gmp.info.gz
 /usr/share/info/mpfr.info.gz


___
Bug-guile mailing list
Bug-guile@gnu.org
http://mail.gnu.org/mailman/listinfo/bug-guile


Re: FC2 configure: error: At least GNU MP 4.1 is required, see README

2006-03-14 Thread Neil Jerram
Aubrey Jaffer [EMAIL PROTECTED] writes:

  checking for library containing crypt... -lcrypt
  checking for __gmpz_init in -lgmp... yes
  configure: error: At least GNU MP 4.1 is required, see README

Are there any clues at the end of config.log, when this happens?

Neil 



___
Bug-guile mailing list
Bug-guile@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-guile


Re: guile and readline-5.1

2006-03-14 Thread Kevin Ryde
Charles Ballard [EMAIL PROTECTED] writes:

 I downloaded 5.1 from
 the gnu site, which resolved all bar one of the issues.
 _rl_init_argument seems to have been replaced by _rl_reset_argument.

Looks like the code in question in guile is designed as a fallback for
ancient realine 2.1 and 2.2, and shouldn't be getting used at all with
readline 5.1.

Please see whether configure has detected rl_cleanup_after_signal(),
and put -DHAVE_RL_CLEANUP_AFTER_SIGNAL=1 into DEFS in the generated
Makefile.  The stuff in config.log should give a hint what went wrong
if that function wasn't detected, post the relevant part if so.


___
Bug-guile mailing list
Bug-guile@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-guile