Re: python on linux?

Guido.van.Rossum@cwi.nl
Tue, 01 Feb 1994 10:46:26 +0100

> Has anyone built python on linux?

Yes -- Patrick Schaaf did, using pl14, libc 4.4.4, gcc 2.5.6. All he
needed to do was throw out the prototyped declaration of ldexp() from
mathmodule.c and those of fmod() and pow() from floatobject.c.

--Guido van Rossum, CWI, Amsterdam <Guido.van.Rossum@cwi.nl>
URL: <http://www.cwi.nl/cwi/people/Guido.van.Rossum.html>