linking errors with debug build of Python2.4.3

Martin Wiechert martin.wiechert at gmx.de
Mon Jun 5 13:47:30 EDT 2006


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, nnorwitz at gmail.com 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



More information about the Python-list mailing list