Hi all, I am using embedded linux and using uclibc instead of glibc. I try to compile a small program, but it dies at the linker: arm-timesys-linux-gnueabi-gcc: ../../../gst/.libs/libgstreamer-0.10.so: linker input file unused because linking not done I changed all my prefixes to the uclibc environment, and I think I also need to change the linker ld to the uclibc environment. Can anyone tell me how to accomplish this? Thanks in advance, Jurrian Dubbeldam