Re: FTBFS: python

2004-04-25 Thread Michael Banck
On Sun, Apr 25, 2004 at 05:05:32PM +0200, Matthias Klose wrote: > Michael Banck writes: > > > It seems that the pthread init hook is not being run by libc during > > > start up. Try adding -lpthread and see if that makes a difference. > > > > That indeed helps. On the other hand, generally adding

Re: FTBFS: python

2004-04-25 Thread Matthias Klose
Michael Banck writes: > > It seems that the pthread init hook is not being run by libc during > > start up. Try adding -lpthread and see if that makes a difference. > > That indeed helps. On the other hand, generally adding -lpthread to > $LDFLAGS makes linking libpython fail. I've built _tkinter

Re: FTBFS: python

2004-04-25 Thread Michael Banck
On Sun, Nov 02, 2003 at 03:43:00PM -0500, Neal H. Walfield wrote: > At Sun, 2 Nov 2003 19:53:31 +0100 (CET), > Santiago Vila wrote: > > > > And this is what happens when compiling python2.3: > > > > gcc -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC > > -fno-strict-aliasing -DWITH_APPINIT=1 -DWI