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 --prefix=/usr/local/debug --enable-shared
> > --with-fpectl --with-signal-module
> >
> > What did I do wrong?
>
> Try with just:  ./configure --with-pydebug --prefix=/usr/local/debug
>
> I think the problem is --enable-shared.  I'm not sure what you are
> doing, but you probably don't need the other options.  The signal
> module should always be built, I've never even seen the
> --with-signal-module option. :-)
>
> n
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to