Re: [lfs-support] What is the expected result of "readelf -l /tools/$LFS_TGT-gcc | grep interpreter"?

2018-02-14 Thread Pierre Labastie
On 14/02/2018 16:36, René Nyffenegger wrote: > As I am stuck with a the second pass of binutils, I examined the output of > >     readelf -l /tools/$LFS_TGT-gcc | grep interpreter > > which is > >  [Requesting program interpreter: /lib64/ld-linux-x86-64.so.2] > > I believe this is fishy and

[lfs-support] What is the expected result of "readelf -l /tools/$LFS_TGT-gcc | grep interpreter"?

2018-02-14 Thread René Nyffenegger
As I am stuck with a the second pass of binutils, I examined the output of     readelf -l /tools/$LFS_TGT-gcc | grep interpreter which is  [Requesting program interpreter: /lib64/ld-linux-x86-64.so.2] I believe this is fishy and should actually be ... /tools/lib64/ld-linux-x86-64.so.2. Is