From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Marius Vollmer Newsgroups: gmane.lisp.guile.devel Subject: Re: mpz_import Date: Tue, 21 Sep 2004 01:21:17 +0200 Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Message-ID: <87llf4v85u.fsf@zagadka.ping.de> References: <877jrqr7ni.fsf@zip.com.au> <77888DE4-F4FF-11D8-9F1C-000D93673682@gmx.net> <129550BF-FB22-11D8-97ED-000D93673682@gmx.net> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: sea.gmane.org 1095722510 11550 80.91.229.6 (20 Sep 2004 23:21:50 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 20 Sep 2004 23:21:50 +0000 (UTC) Cc: guile-devel@gnu.org Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Tue Sep 21 01:21:37 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1C9XTV-0003sd-00 for ; Tue, 21 Sep 2004 01:21:37 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C9XZO-0007Jx-Cx for guile-devel@m.gmane.org; Mon, 20 Sep 2004 19:27:42 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1C9XZK-0007Jm-RL for guile-devel@gnu.org; Mon, 20 Sep 2004 19:27:38 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1C9XZJ-0007Ja-3F for guile-devel@gnu.org; Mon, 20 Sep 2004 19:27:38 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C9XZI-0007JW-Lp for guile-devel@gnu.org; Mon, 20 Sep 2004 19:27:36 -0400 Original-Received: from [195.253.8.218] (helo=mail.dokom.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1C9XTC-0005wM-TO for guile-devel@gnu.org; Mon, 20 Sep 2004 19:21:19 -0400 Original-Received: from [195.138.42.212] (helo=zagadka.ping.de) by mail.dokom.net with smtp (Exim 4.34) id 1C9XTC-0000S5-3f for guile-devel@gnu.org; Tue, 21 Sep 2004 01:21:18 +0200 Original-Received: (qmail 7502 invoked by uid 1000); 20 Sep 2004 23:21:17 -0000 Original-To: =?iso-8859-1?q?Andreas_V=F6gele?= In-Reply-To: <129550BF-FB22-11D8-97ED-000D93673682@gmx.net> (Andreas =?iso-8859-1?q?V=F6gele's?= message of "Tue, 31 Aug 2004 09:47:56 +0200") User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (gnu/linux) X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.lisp.guile.devel:4131 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:4131 Andreas Vögele writes: > I've just encountered problems with gmp.h (from GNU MP 4.1.2) when > building C++ programs with GCC 2.95. For me it's more important to be > able to build C++ programs with GCC 2.95 than to be able to convert > variables of type mpz_t directly into Scheme numbers. I can live with > scm_sum and scm_ash. Let's forget about scm_from_mpz_t and > scm_to_mpz_t for the time being. Hmm, that would be unfortunate. Maybe GMP can be fixed? -- GPG: D5D4E405 - 2F9B BCCC 8527 692A 04E3 331E FAF8 226A D5D4 E405 _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://lists.gnu.org/mailman/listinfo/guile-devel