This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: glibc configure: error: linker with -z relro support required


chansarav <chansarav@gmail.com> writes:

> 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.

binutils 2.20 does support -z relro for ELF targets.  You are going to
have to look at the glibc config.log file to see why the test for -z
relro failed.

Ian


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]