I have a shared library that is built with the -fPIC option but still contains references to R_ARM_PC24. All the object files and libraries that this library includes are also compiled with -fPIC. I am using arm-linux-g++ version 2.95.2 running on Linux2.4.2. 'objdump -RT' reveals that the R_ARM_PC24 are symbols included from glibc. I have compiled small test programs and they don't contain any PC24 references, but I run into this problem when compiling large programs. Any pointers on how to resolve this will be greatly appreciated. Thanks, Taimur _______________________________________________ http://lists.arm.linux.org.uk/mailman/listinfo/linux-arm Please visit the above address for information on this list.
