In message <001601c181bb$41fb72f0$a4011f0a@kamwin>, "Kam Lee" writes: >I'm trying to create my own shared libraries with cross compiler >"arm-linux-gcc", no matter where I put the libxxxx.so.0, the arm linker >cannot find the library. I can compile and link a "helloworld!" with no
The linker looks for files called "libfoo.so", not "libfoo.so.0". Sounds like some symbolic links may be in order. p. _______________________________________________ http://lists.arm.linux.org.uk/mailman/listinfo/linux-arm Please visit the above address for information on this list.
