From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Michael Tuexen Newsgroups: gmane.lisp.guile.devel Subject: Re: Upcoming 1.6.5 release. Date: Mon, 9 Aug 2004 18:04:10 +0200 Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Message-ID: References: <87ekmieu8q.fsf@trouble.defaultvalue.org> <2F51D8A9-EA17-11D8-A300-000D93673682@gmx.net> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 (Apple Message framework v618) Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1092067558 5010 80.91.224.253 (9 Aug 2004 16:05:58 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 9 Aug 2004 16:05:58 +0000 (UTC) Cc: guile-devel@gnu.org Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Mon Aug 09 18:05:38 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 1BuCeX-0004UG-00 for ; Mon, 09 Aug 2004 18:05:37 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BuCiI-0002kv-A7 for guile-devel@m.gmane.org; Mon, 09 Aug 2004 12:09:30 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BuCiE-0002kJ-WC for guile-devel@gnu.org; Mon, 09 Aug 2004 12:09:27 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BuCiB-0002j2-8D for guile-devel@gnu.org; Mon, 09 Aug 2004 12:09:26 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BuCiB-0002iw-62 for guile-devel@gnu.org; Mon, 09 Aug 2004 12:09:23 -0400 Original-Received: from [193.175.24.27] (helo=ilsa.franken.de) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1BuCdg-0003mS-Hw for guile-devel@gnu.org; Mon, 09 Aug 2004 12:04:44 -0400 Original-Received: from [192.168.1.2] (pD9E56A06.dip.t-dialin.net [217.229.106.6]) by ilsa.franken.de (Postfix) with ESMTP id 6842C245D5; Mon, 9 Aug 2004 18:00:49 +0200 (CEST) (KNF account authenticated via SMTP-AUTH) In-Reply-To: <2F51D8A9-EA17-11D8-A300-000D93673682@gmx.net> Original-To: =?ISO-8859-1?Q?Andreas_V=F6gele?= X-Mailer: Apple Mail (2.618) 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:3919 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:3919 This seems to be related to the problem I see on Mac OS X: I can build and use the static version, but not the dynamic version. So I always use ./configure --disable-shared I found some hints in the web which also talks about _NSGetEnviron and crt_externs.h but I could not figure out (yet) how to put all this together such that I can build shared libs. This would definitely be good if building dynamic libs is supported. Best regards Michael On Aug 9, 2004, at 5:17 PM, Andreas V=F6gele wrote: > Rob Browning writes: > >> I'd like to move us toward making a new stable release soon, and so I >> wanted to check with everyone and see what issues might still need to >> be resolved. > > I came across the following problems, that are already fixed in CVS=20 > HEAD, when building the 1.6 snapshot on OpenBSD and Mac OS X. > > configure should check for the header file crt_externs.h and the=20 > functions unsetenv and _NSGetEnviron. > > On the BSDs, putenv cannot be used to remove environment variables. If=20= > available, > scm_putenv should call unsetenv to remove variables. > > > > _______________________________________________ > Guile-devel mailing list > Guile-devel@gnu.org > http://lists.gnu.org/mailman/listinfo/guile-devel > _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://lists.gnu.org/mailman/listinfo/guile-devel