guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Guile 1.6.6 build comments ... aix putenv


From: Kevin Ryde
Subject: Re: Guile 1.6.6 build comments ... aix putenv
Date: Thu, 02 Dec 2004 10:23:38 +1100
User-agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3 (gnu/linux)

"Nelson H. F. Beebe" <address@hidden> 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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]