From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Mark H Weaver Newsgroups: gmane.lisp.guile.bugs Subject: bug#10519: guile and (mini-)gmp Date: Sat, 02 Mar 2013 15:58:34 -0500 Message-ID: <878v65frid.fsf@tines.lan> References: <874np05fwz.fsf@gnu.org> <874noawh4r.fsf@gnu.org> <87zk61qkjh.fsf@gnu.org> <87lihlqc3u.fsf@gnu.org> <87txotbmag.fsf@pobox.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1362258002 16953 80.91.229.3 (2 Mar 2013 21:00:02 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 2 Mar 2013 21:00:02 +0000 (UTC) Cc: 10519@debbugs.gnu.org, Ludovic =?UTF-8?Q?Court=C3=A8s?= , Niels =?UTF-8?Q?M=C3=B6ller?= , Torbjorn Granlund To: Andy Wingo Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Sat Mar 02 22:00:25 2013 Return-path: Envelope-to: guile-bugs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1UBtXb-00028A-V7 for guile-bugs@m.gmane.org; Sat, 02 Mar 2013 22:00:24 +0100 Original-Received: from localhost ([::1]:51178 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UBtXG-0004SS-SE for guile-bugs@m.gmane.org; Sat, 02 Mar 2013 16:00:02 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:33921) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UBtXD-0004S1-8G for bug-guile@gnu.org; Sat, 02 Mar 2013 16:00:00 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UBtXC-0004mB-5w for bug-guile@gnu.org; Sat, 02 Mar 2013 15:59:59 -0500 Original-Received: from debbugs.gnu.org ([140.186.70.43]:51770) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UBtXC-0004lD-3E for bug-guile@gnu.org; Sat, 02 Mar 2013 15:59:58 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.72) (envelope-from ) id 1UBtXG-0000Zw-HH for bug-guile@gnu.org; Sat, 02 Mar 2013 16:00:02 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Mark H Weaver Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-guile@gnu.org Resent-Date: Sat, 02 Mar 2013 21:00:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 10519 X-GNU-PR-Package: guile X-GNU-PR-Keywords: Original-Received: via spool by 10519-submit@debbugs.gnu.org id=B10519.13622579482137 (code B ref 10519); Sat, 02 Mar 2013 21:00:02 +0000 Original-Received: (at 10519) by debbugs.gnu.org; 2 Mar 2013 20:59:08 +0000 Original-Received: from localhost ([127.0.0.1]:55879 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1UBtWO-0000YP-79 for submit@debbugs.gnu.org; Sat, 02 Mar 2013 15:59:08 -0500 Original-Received: from world.peace.net ([96.39.62.75]:44962 ident=hope4) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1UBtWL-0000YH-Ed for 10519@debbugs.gnu.org; Sat, 02 Mar 2013 15:59:06 -0500 Original-Received: from c-98-217-64-74.hsd1.ma.comcast.net ([98.217.64.74] helo=tines.lan) by world.peace.net with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1UBtW1-0008Tn-87; Sat, 02 Mar 2013 15:58:45 -0500 In-Reply-To: <87txotbmag.fsf@pobox.com> (Andy Wingo's message of "Sat, 02 Mar 2013 21:04:55 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2 (gnu/linux) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 140.186.70.43 X-BeenThere: bug-guile@gnu.org List-Id: "Bug reports for GUILE, GNU's Ubiquitous Extension Language" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Original-Sender: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.bugs:6821 Archived-At: Hi Andy, Andy Wingo writes: > A ping on this bug on getting Guile to have the possibility of using an > embedded copy of mini-gmp. I'm embarrassed to admit that the integration of mini-gmp into guile has long been waiting on my pending numerics patches. I'll try to get going on this (and some other things) for the 2.0.8 release. http://debbugs.gnu.org/cgi/bugreport.cgi?bug=10519#8 Thanks, Mark