[uClibc]python 2.1 (no-threads) now builds with uClibc

Manuel Novoa III mjn3 at uclibc.org
Tue May 22 15:18:32 UTC 2001


To those interested,

After adding a couple of missing math functions (modf and fmod) and a
missing header file (poll.h), Python 2.1 now builds with uClibc...
currently without thread support of course.

I used the following script:

#!/bin/sh
export PATH=/usr/i386-linux-uclibc/usr/bin:$PATH
export CC=i386-uclibc-gcc
export LDSHARED='i386-uclibc-gcc -shared'
export BLDSHARED='i386-uclibc-gcc -shared'
( ./configure --with-threads=no && make ) &> make.out

Manuel





More information about the uClibc mailing list