
Originally Posted by
wpte
but it uses the uclibc in oleg firmware right?
or won't I be able to run it on the router?

Old "Classic"
Oleg firmwares uses uClibc 0.9.19, we upgrade it to 0.9.29. Some old binaries can run new libc, but mostly not. optware seeks for /opt/lib/libc.so.0 by default, this allows usage of two versions of uClibc simultaneously.
btw, I get as build system when I do a configure: i686 architecture... that's not right I guess? :P
Typically, you should issue:
Code:
./configure --host=mipsel-linux
for cross-compilation.