Re: [Pythonmac-SIG] Tiger hand rolled Python 2.4.1: libxml2 oddities

2005-05-05 Thread Gary Poster
On May 5, 2005, at 2:31 PM, Bob Ippolito wrote: > > On May 5, 2005, at 2:20 PM, Bob Ippolito wrote: >> It sounds like libxml2 (or the Python extension) uses the linker >> option flat_namespace .. that's bad. -flat_namespace has been >> deprecated since 10.2 (maybe earlier) and shouldn't be used

Re: [Pythonmac-SIG] Tiger hand rolled Python 2.4.1: libxml2 oddities

2005-05-05 Thread Bob Ippolito
On May 5, 2005, at 2:20 PM, Bob Ippolito wrote: > > On May 5, 2005, at 12:55 PM, Gary Poster wrote: > > >> Using Python 2.4.1 compiled on Tiger. This symptom did not occur on >> Panther. >> >> Running my app using one command makes an import of libxml2 succeed: >> all test pass, including a lot

Re: [Pythonmac-SIG] Tiger hand rolled Python 2.4.1: libxml2 oddities

2005-05-05 Thread Bob Ippolito
On May 5, 2005, at 12:55 PM, Gary Poster wrote: > Using Python 2.4.1 compiled on Tiger. This symptom did not occur on > Panther. > > Running my app using one command makes an import of libxml2 succeed: > all test pass, including a lot of code that relies on libxml2. > > Running it with another c

[Pythonmac-SIG] Tiger hand rolled Python 2.4.1: libxml2 oddities

2005-05-05 Thread Gary Poster
Using Python 2.4.1 compiled on Tiger. This symptom did not occur on Panther. Running my app using one command makes an import of libxml2 succeed: all test pass, including a lot of code that relies on libxml2. Running it with another command makes it fail: *** ImportError: Failure linking ne