libtool-patches
[Top][All Lists]
Advanced

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

Re: [PATCH] Set library search path empty in dlloader-api test.


From: Charles Wilson
Subject: Re: [PATCH] Set library search path empty in dlloader-api test.
Date: Thu, 24 Jun 2010 18:50:10 -0400
User-agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.8.1.23) Gecko/20090812 Thunderbird/2.0.0.23 Mnenhy/0.7.6.666

On 6/20/2010 2:31 AM, Charles Wilson wrote:
> Tested on cygwin, mingw, linux, and works. But, given the issues
> raised above...comments? discussion? Additional testing on esoteric
> platforms? OK to push?
> 
> NOTE: From the autoconf manual:
>   Posix prefers `setenv' to `putenv'; among other things, `putenv'
>   is not required of all Posix implementations, but `setenv' is.
> Unfortunately, MinGW and MSVC do not provide setenv but DO provide
> _putenv.  Unless we want to extend the test using a custom
> setenv implementation in terms of putenv for these two platforms,
> (as done in the cwrapper code), and otherwise use setenv...this
> seems simpler. But if we really CAN'T rely on putenv's presence...
> 
> Maybe uglification is the better way to go for this issue.

Ping?

--
Chuck



reply via email to

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