lfs 7.2 compilation of glibc 2.16.0
Posted
by
avinash
on Stack Overflow
See other posts from Stack Overflow
or by avinash
Published on 2012-09-13T21:34:57Z
Indexed on
2012/09/13
21:38 UTC
Read the original article
Hit count: 242
I am making an linux system following the procedure in lfs. But while i was following the fifth step(i.e. the one before make) on this page, i get an error at the last.
configure: error: linker with -z relro support required
Now after this if i call make i get an error
make: *** No targets specified and no makefile found. Stop.
I am running this on a ubuntu 12.04 machine.
How to fix this error?
© Stack Overflow or respective owner