From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Kevin Ryde Newsgroups: gmane.lisp.guile.devel Subject: Re: Guile 1.6.6 build comments ... aix putenv Date: Thu, 02 Dec 2004 10:23:38 +1100 Message-ID: <878y8hbo1w.fsf@zip.com.au> References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1101944060 28506 80.91.229.6 (1 Dec 2004 23:34:20 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 1 Dec 2004 23:34:20 +0000 (UTC) Cc: guile-devel@gnu.org Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Thu Dec 02 00:34:12 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 1CZdz9-0000ME-00 for ; Thu, 02 Dec 2004 00:34:11 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CZe8e-0006mN-S6 for guile-devel@m.gmane.org; Wed, 01 Dec 2004 18:44:00 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CZe8Z-0006m7-V2 for guile-devel@gnu.org; Wed, 01 Dec 2004 18:43:56 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CZe8Z-0006lv-GL for guile-devel@gnu.org; Wed, 01 Dec 2004 18:43:55 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CZe8Z-0006ls-EM for guile-devel@gnu.org; Wed, 01 Dec 2004 18:43:55 -0500 Original-Received: from [61.8.0.85] (helo=mailout2.pacific.net.au) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CZdyl-0003Ej-VC for guile-devel@gnu.org; Wed, 01 Dec 2004 18:33:48 -0500 Original-Received: from mailproxy1.pacific.net.au (mailproxy1.pacific.net.au [61.8.0.86]) by mailout2.pacific.net.au (8.12.3/8.12.3/Debian-7.1) with ESMTP id iB1NXjKP031564; Thu, 2 Dec 2004 10:33:45 +1100 Original-Received: from localhost (ppp2447.dyn.pacific.net.au [61.8.36.71]) by mailproxy1.pacific.net.au (8.12.3/8.12.3/Debian-7.1) with ESMTP id iB1NXOPm022326; Thu, 2 Dec 2004 10:33:38 +1100 Original-Received: from gg by localhost with local (Exim 3.36 #1 (Debian)) id 1CZdp6-000186-00; Thu, 02 Dec 2004 10:23:48 +1100 Original-To: "Nelson H. F. Beebe" Mail-Copies-To: never In-Reply-To: (Nelson H. F. Beebe's message of "Wed, 1 Dec 2004 10:24:16 -0700 (MST)") User-Agent: Gnus/5.110003 (No Gnus v0.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: , Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.lisp.guile.devel:4462 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:4462 "Nelson H. F. Beebe" writes: > > ------------------------------------------------------------------------ > Machinetype: IBM RS6000 43P-132 (133 MHz); AIX 4.2 > Remote gcc version: 2.95.3 > Remote g++ version: 2.95.3 > Configure environment: CC=gcc CXX=g++ LDFLAGS=-Wl,-L/usr/local/lib > > ... > Running posix.test > FAIL: posix.test: putenv: removing > FAIL: posix.test: setenv: removing That'll be a problem with (putenv "FOO") not removing the definition of FOO from the environment. That action is specified by the guile manual, the code might need some trickery to achieve it. unsetenv is used when available. Maybe it needs to be a putenv("FOO=") call, like on mingw. _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://lists.gnu.org/mailman/listinfo/guile-devel