문제

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?

도움이 되었습니까?

해결책

Do the following:-

sudo apt-get install gawk

and then retry. This worked for me.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top