On 8/11/07, Travis E. Oliphant <[EMAIL PROTECTED]> wrote:
>
> However, I'm running into trouble getting it to link.  The compilation
> step proceeds fine but then I get a segmentation fault during the link
> stage.

The problem is that python is crashing when trying to run setup.py.  I
fixed the immediate problem which was that the type wasn't initialized
properly.  It usually starts up now.

I also fixed a 64-bit problem with a mismatch between an int and Py_ssize_t.

> It might be my platform (I've been having trouble with my 7-year old
> computer, as of late) or my installation of gcc.

I was seeing crashes from dereferencing null pointers sometimes on
startup, sometimes on shutdown.

Good luck!

n
_______________________________________________
Python-3000 mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-3000
Unsubscribe: 
http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com

Reply via email to