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] | |
> Ian Lance Taylor wrote: >
I like to use gcc 4.1.2 as compiler version. Which glibc version can I use with this one? Glibc 2.9 give me this error:
checking for -z relro option... no configure: error: linker with -z relro support required
The linker is not part of gcc. It is part of the GNU binutils. You need to use a version of the GNU binutils new enough to support -z relro. I think GNU binutils 2.16 or later should work. Any other things I need to have before being able to successfully build glibc?
If cross : Please use the original glibc for your target,
DON'T try to replace its system glibc!| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |