Doing a partial rebuild of Python?

Michael Hudson mwh at python.net
Thu Jul 8 13:01:55 EDT 2004


jjl at pobox.com (John J. Lee) writes:

> Irmen de Jong <irmen at -NOSPAM-REMOVETHIS-xs4all.nl> writes:
> 
> > Roy Smith wrote:
> [...]
> > > module.  I could do the whole configure/make thing, but that's kind
> > > of slow.  Is there some way to just rebuild a single module?
> > 
> > Just typing "make" again should build any new modules that have
> > been enabled by installing additional libraries -- without recompiling
> > anything else.
> 
> Don't you need to do a ./configure too, first?

No.  gdbmmodule is built by setup.py, so no autoconfery required.

Cheers,
mwh

-- 
  > What are mathematicians' critical job skills? [...]
  The ability to work long and hard on entirely meaningless problems.
                           -- Michael Hudson & Gordon McMillan, c.l.py



More information about the Python-list mailing list