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: Initial SCTP support for the upcoming 1.6.5 release Date: Fri, 13 Aug 2004 15:40:21 +0200 Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Message-ID: References: <28C61BE4-EB92-11D8-9129-000D932C78D8@lurchi.franken.de> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1092404459 7444 80.91.224.253 (13 Aug 2004 13:40:59 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 13 Aug 2004 13:40:59 +0000 (UTC) Cc: guile-devel@gnu.org Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Fri Aug 13 15:40:48 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 1BvcIZ-0007gQ-00 for ; Fri, 13 Aug 2004 15:40:48 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BvcMX-0004HF-6S for guile-devel@m.gmane.org; Fri, 13 Aug 2004 09:44:53 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BvcMT-0004HA-4S for guile-devel@gnu.org; Fri, 13 Aug 2004 09:44:49 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BvcMR-0004Gw-Du for guile-devel@gnu.org; Fri, 13 Aug 2004 09:44:48 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BvcMR-0004Gs-9x for guile-devel@gnu.org; Fri, 13 Aug 2004 09:44:47 -0400 Original-Received: from [129.217.163.1] (helo=mail.dt.e-technik.uni-dortmund.de) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BvcIA-0002KX-Va for guile-devel@gnu.org; Fri, 13 Aug 2004 09:40:23 -0400 Original-Received: from troy.dt.e-technik.uni-dortmund.de (troy.dt.e-technik.uni-dortmund.de [129.217.163.17]) by mail.dt.e-technik.uni-dortmund.de (Postfix) with ESMTP id 5A8272BC2D; Fri, 13 Aug 2004 15:40:22 +0200 (CEST) Original-Received: by troy.dt.e-technik.uni-dortmund.de (Postfix, from userid 520) id E2C7EB9AB; Fri, 13 Aug 2004 15:40:21 +0200 (CEST) Original-To: Michael Tuexen In-Reply-To: <28C61BE4-EB92-11D8-9129-000D932C78D8@lurchi.franken.de> (Michael Tuexen's message of "Wed, 11 Aug 2004 14:29:58 +0200") User-Agent: Gnus/5.1003 (Gnus v5.10.3) 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:3943 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:3943 Michael Tuexen writes: > Please let me know if it is possible to include these changes in > the 1.6.5 release. Hi Michael, we don't want to include this in Guile 1.6.5. The reason is that the SCTP functions are not 'core' functionality and they can take not advantage of being in the core. Also, it would add another dependency to Guile (on libsctp). As long as SCTP needs an external library and is not supported directly by libc, we think it is better to not include it in guile-core. I have turned your patch into a complete package that installs libguile-net-sctp.so and the module (net sctp), you just need to fill in the README, etc. Scheme code can access the new module with (use-modules (net sctp)) Unfortunately, I couldn't test it since I don't seem to have sctp support on my box. Here: http://www-dt.e-technik.uni-dortmund.de/~mvo/guile-sctp-0.0.tar.gz _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://lists.gnu.org/mailman/listinfo/guile-devel