[Pythonmac-SIG] _environ using python as a bundled library

Magladry, Stephen stephenm@humongous.com
Sat, 1 Jun 2002 14:05:32 -0700


I am trying to use Python as a bundled library within another library using
the Metrowerks compiler. When I try to link a project that that includes the
Python bundle I get a link error, _environ is undefined. Anyone know how to
work around this? 

_environ is part of crt1.o, used for apps and it has _environ, but that
doesn't help me. 

Back in February, Jack asked a very similar question, though I don't see a
solution posted. Is there one?