Re: [Boost-bugs] [Boost C++ Libraries] #4939: bjam fails when LD_LIBRARY_PATH empty

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #4939: bjam fails when LD_LIBRARY_PATH empty
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2010-12-06 13:21:26


#4939: bjam fails when LD_LIBRARY_PATH empty
----------------------------------------+-----------------------------------
  Reporter: jan.boehme@… | Owner: vladimir_prus
      Type: Bugs | Status: closed
 Milestone: Boost 1.46.0 | Component: build
   Version: Boost 1.45.0 | Severity: Problem
Resolution: fixed | Keywords:
----------------------------------------+-----------------------------------
Changes (by vladimir_prus):

  * status: new => closed
  * resolution: => fixed

Comment:

 Oh, apparently
 {{{
    export LD_LIBRARY_PATH=
 }}}
 makes LD_LIBRARY_PATH be defined with an empty value. I suppose that
 {{{
    undef LD_LIBRARY_PATH
 }}}
 will work matter. One might argue that maybe empty value of
 LD_LIBRARY_PATH should be treated as no value, but it's not obvious.

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/4939#comment:3>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.

This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:05 UTC