>>>>> On 2 Jun 2005, Ralph Gauges <ralph.gauges@eml-r.villa-bosch.de> wrote:
RG> I could solve the missing symbols problem by adding
RG> -framework python to the LD_FLAGS in the Makefile. No
RG> clue why they are missing. I also have no clue, why
RG> the distutils from python won't work with this
RG> release, never had a problem before.
Hi Ralph,
The -framework argument is automatically added by the
configure command (the specific code is in config/python.m4)
when it detects that the user is configuring on a darwin
system and using a python executable located in /usr/bin.
What was your configuration command line?
Like Ben, I test the installation on a Mac (OS 10.3.9 with
Fink python 2.3.3 in my case) and have not experienced this,
but I have to admit my testing of different configurations
is not at all extensive.