我正在按照 lfs 中的程序制作一个 linux 系统。但是当我在 this page, 上执行第五步(即 make 之前的一步)时,我最后得到一个错误。
configure: error: linker with -z relro support required
现在在此之后,如果我调用 make 我会收到一个错误
make: *** No targets specified and no makefile found. Stop.
我在 ubuntu 12.04 机器上运行它。
如何修复此错误?
最佳答案
请执行下列操作:-
sudo apt-get install gawk
然后重试。这对我有用。
关于linux - lfs 7.2 编译 glibc 2.16.0,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/12415114/