|
Boost : |
From: Michael LaSpina (laspinam_at_[hidden])
Date: 2004-06-02 12:41:53
Oops, my original patch was incorrect, in shared libraries on Darwin one
must call _NSGetEnviron() to get the current environment. Changing
static char** environ = *_NSGetEnviron();
to
#define environ (*_NSGetEnviron())
cleared up the problem on my end. I was able to get some better details
on the root of the initial problem here:
http://lists.gnu.org/archive/html/bug-guile/2004-01/msg00013.html
-Mike
Vladimir Prus wrote:
> The program options library now fails a single test on Darwin, with this
> output:
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk