Hi, I am building a cross-compiler for arm. I built and installed the binutils & compiler. While configuring glibc with the compiler and binutils built for arm, I get the following configure error: checking for -z relro option... no configure: error: linker with -z relro support required I couldn't find any reference for the same from net. Kindly check if anyone can help on the same. The sources I used are - binutils-2.20, gcc-4.4.0 and glibc-2.11. Thank you.