Re: [lfs-support] glibc compilation error -- make[1]: *** [csu/subdir_lib] Error 2

2012-12-17 Thread JIA Pei
Thank you all. After I reconfigure */bin/sh*, I now successfully built *glibc* . sudo dpkg-reconfigure dash Thank you all Pei On Sun, Dec 16, 2012 at 11:13 PM, Simon Geard delga...@ihug.co.nz wrote: On Sun, 2012-12-16 at 13:19 -0800, JIA Pei wrote: Hi, Michael: Thank you

[lfs-support] glibc compilation error -- make[1]: *** [csu/subdir_lib] Error 2

2012-12-16 Thread JIA Pei
Hi, all: After successfully built binutils gcc linux-kernel now, I'm following http://www.linuxfromscratch.org/lfs/view/stable/chapter05/glibc.html to build glibc. *make *brings me the following errors: *make[2]: Leaving directory `/mnt/lfs/sources/glibc-2.16.0/csu'* *make[1]: ***

Re: [lfs-support] glibc compilation error -- make[1]: *** [csu/subdir_lib] Error 2

2012-12-16 Thread Michael E. Maher
On Sun, 2012-12-16 at 04:47 -0800, JIA Pei wrote: Hi, all: After successfully built binutils gcc linux-kernel now, I'm following http://www.linuxfromscratch.org/lfs/view/stable/chapter05/glibc.html to build glibc. make brings me the following errors: make[2]: Leaving

Re: [lfs-support] glibc compilation error -- make[1]: *** [csu/subdir_lib] Error 2

2012-12-16 Thread JIA Pei
Hi, Michael: Thank you very much for your detailed reply, so clear !! My* **Host System Requirements* gives me the following result: *root@peijia-GA-870A-UD3:/mnt/lfs/sources/glibc-build# cat version-check.sh EOF* * #!/bin/bash* * # Simple script to list version numbers of critical

Re: [lfs-support] glibc compilation error -- make[1]: *** [csu/subdir_lib] Error 2

2012-12-16 Thread Michael E. Maher
On Sun, 2012-12-16 at 13:19 -0800, JIA Pei wrote: Hi, Michael: Thank you very much for your detailed reply, so clear !! My Host System Requirements gives me the following result: ... root@peijia-GA-870A-UD3:/mnt/lfs/sources/glibc-build# bash version-check.sh bash, version

Re: [lfs-support] glibc compilation error -- make[1]: *** [csu/subdir_lib] Error 2

2012-12-16 Thread Bruce Dubbs
JIA Pei wrote: */bin/sh - /bin/dash* This *will* create problems when building glibc. It needs to be bash. -- Bruce -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page

Re: [lfs-support] glibc compilation error -- make[1]: *** [csu/subdir_lib] Error 2

2012-12-16 Thread Simon Geard
On Sun, 2012-12-16 at 13:19 -0800, JIA Pei wrote: Hi, Michael: Thank you very much for your detailed reply, so clear !! My Host System Requirements gives me the following result: Note - that script isn't something you just run. It's something you have to actually read the output of, and