Re: threaded python seg faults?

2000-10-31 Thread John Polstra
In article [EMAIL PROTECTED], Dave Cornejo [EMAIL PROTECTED] wrote: For the last couple of days I've been trying to build python 2 from the ports tree without success. I updated my sources a couple of time and rebuilt the kernel and world with no effect. The problem seems to have appeared

Re: threaded python seg faults?

2000-10-31 Thread Dave Cornejo
The patch seems to solve my problems, thank you! dave c John Polstra wrote: It's because libc_r isn't getting initialized in time. Please try applying the appended patch to "src/gnu/lib/libgcc_r/Makefile" and let us know if it fixes the problem. You will need to rebuild and reinstall