
2 Jun
2004
2 Jun
'04
5:41 p.m.
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: