Hello all!
I'd like to use ldd on my build system (slackware 10.1, i386) to print the dependencies of a MIPS executable. But the ldd (version 2.3.4 GNU libc) that came with slackware just prints the message "not a dynamic executable". I suppose this is caused by the fact that the executable is linked against uClibc. What is the correct way to build a working ldd for my i386 machine?
Greetings,
wtzm