> This sort of behavior usually means the dynamic linker described > in the binary is not found. To diagnose this, could you try > doing "objdump -x" on the tcc binary. > > You'll probably find that it requires /lib/ld-linux.so.2, and > further, you'll probably find that you don't have that. Adding > that to the system should fix your problems.
Brain lock. I meant that it probably requires /lib/ld-lsb.so.1 (the LSB dynamic linker), except that I believe the current platform tests /don't/ require it. objdump should still give some info on what's required.
