strange, I was studying the debug output in the file, and it differs
from what I had earlier, so I did run it again and got the same output
again:
Avoiding implicit rule recursion.
Trying pattern rule with stem `Info.plist.sh'.
Trying implicit prerequisite
`Mac/Resour
> gcc Python.framework/Versions/3.0/Python -o python.exe \
>Modules/python.o \
> -ldl
> make: *** [sharedmods] Error 1
It seems likely that this is related to a report on comp.lang.python in
November:
http://mail.python.org/pipermail/python-list/20
> Any idea why this could be? Any hints on how to get around this?
The Python interpreter that you just built is crashing. There is no
work-around, but you should run it in a debugger and find out why it
is crashing.
Regards,
Martin
___
Python-3000 mail
On Sun, Dec 7, 2008 at 11:21, nelis <[EMAIL PROTECTED]> wrote:
> Hello,
>
> I have problems with making the new python version. My system is
> MacBook Pro with an up-to-date OSX, with the latest xcode version
> (installed this morning).
>
Can you file a bug at http://bugs.python.org/ ? That was an
Hello,
I have problems with making the new python version. My system is
MacBook Pro with an up-to-date OSX, with the latest xcode version
(installed this morning).
I run the following commands, the make fails:
./configure
make
I tried all variations of parameters to ./configure given on:
http:/