build a static python executable on linux?

Michael Hudson mwh at python.net
Tue Sep 30 10:31:40 EDT 2003


Alexandre Gillet <gillet at scripps.edu> writes:

> I am able to compile a static interpreter (using -static
> -static-libgcc) but I can not build the extensions correctly.
> When I  import an extensions (ie Tkinter, readline) I get undefine
> symbol error. It seems the symbol should be define in glibc but the
> extensions can't seems to find it.
> 
> Any ideas how I should built the extensions

By editing Modules/Setup, I suspect.

Cheers,
mwh

-- 
  I'm sorry, was my bias showing again? :-)
                                      -- William Tanksley, 13 May 2000




More information about the Python-list mailing list