Re: linking errors with debug build of Python2.4.3

2006-06-05 Thread Martin Wiechert
Nonsense! I meant leaving out --enable-shared. On Sunday 04 June 2006 16:17, Martin Wiechert wrote: > You were right, leaving out --with-pydebug did the trick. > > Thanks, Martin > > On Sunday 28 May 2006 03:53, [EMAIL PROTECTED] wrote: > > Martin Wiechert wrote: > > > Hi list, > > > > > > I've cr

Re: linking errors with debug build of Python2.4.3

2006-06-04 Thread Martin Wiechert
You were right, leaving out --with-pydebug did the trick. Thanks, Martin On Sunday 28 May 2006 03:53, [EMAIL PROTECTED] wrote: > Martin Wiechert wrote: > > Hi list, > > > > I've created a fresh build of Python 2.4.3 using the following > > configuration > > > > $ ./configure --with-pydebug --pre

Re: linking errors with debug build of Python2.4.3

2006-05-27 Thread [EMAIL PROTECTED]
Martin Wiechert wrote: > Hi list, > > I've created a fresh build of Python 2.4.3 using the following configuration > > $ ./configure --with-pydebug --prefix=/usr/local/debug --enable-shared > --with-fpectl --with-signal-module > > What did I do wrong? Try with just: ./configure --with-pydebug --p