Hi,
In "Cross-Compiled Linux From Scratch - Version GIT-20110213-x86_64-Pure64", 
chapter 10, there seems to be a small version mismatch when creating a 
temporary link. There is only a file named "ld-2.12.2.so" in my /lib directory, 
no "ld-2.12.so".

So this line:
  ln -sv ld-2.12.so /lib/ld-linux.so.2

should read:
  ln -sv ld-2.12.2.so /lib/ld-linux.so.2

I suggest you automate this by reading the version.h file in the source tree of 
eglibc:
  
  EGLIBC_VER=$(cat version.h | grep "VERSION" | sed "s!.*VERSION\ 
\"\(.*\)\"!\1!")

This way you will always create the correct link name.

Hugo V.

-- 
Hugo Villeneuve <[email protected]>
_______________________________________________
Clfs-dev mailing list
[email protected]
http://lists.cross-lfs.org/listinfo.cgi/clfs-dev-cross-lfs.org

Reply via email to