BackupGGCode / wl500g

ASUS WL-5xx RT-N1x Oleg's based custom firmware
0 stars 0 forks source link

Toolchain (gcc 4.5.3 uClibc 0.9.32) compile python2.6.8 #329

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Compile python 2.6.8 ,error:
./libpython2.6.so: undefined reference to `plock'
./libpython2.6.so: undefined reference to `getloadavg'
./libpython2.6.so: undefined reference to `lchflags'
./libpython2.6.so: undefined reference to `chflags'
./libpython2.6.so: undefined reference to `forkpty'
./libpython2.6.so: undefined reference to `openpty'
./libpython2.6.so: undefined reference to `lchmod'

Does related to uClibc

Original issue reported on code.google.com by lls...@gmail.com on 15 Jun 2012 at 3:57

GoogleCodeExporter commented 9 years ago
Why post it here? We are not uClibc maintainers.

Moreover, getloadavg,lchflags,chflags,lchmod never was in uClibc. 
forkpty,openpty are in libutil. Nothing know about plock().

Original comment by lly.dev on 15 Jun 2012 at 6:10