Re: [lfs-support] Glibc Compile

2011-12-26 Thread Osmar Gonzalez
Also remember that /bin/sh should be a symbolic or hard link to bash, by default ubuntu uses dash. On Mon, Dec 26, 2011 at 8:22 PM, John Fanjoy wrote: > > On Dec 26, 2011 11:11 PM, "Bruce Dubbs" wrote: > > > > Austin Jones wrote: > > > I'm on LFS 7.0 section 5.7(Glibc-2.14.1) on Ubuntu 11.10, a

Re: [lfs-support] Glibc Compile

2011-12-26 Thread John Fanjoy
On Dec 26, 2011 11:11 PM, "Bruce Dubbs" wrote: > > Austin Jones wrote: > > I'm on LFS 7.0 section 5.7(Glibc-2.14.1) on Ubuntu 11.10, and am trying to > > compile. The configure runs fine, but after I run make I get the following > > error: > > > > make[1]: *** No rule to make target > > `/mnt/lfs/

Re: [lfs-support] Glibc Compile

2011-12-26 Thread Bruce Dubbs
Austin Jones wrote: > I'm on LFS 7.0 section 5.7(Glibc-2.14.1) on Ubuntu 11.10, and am trying to > compile. The configure runs fine, but after I run make I get the following > error: > > make[1]: *** No rule to make target > `/mnt/lfs/sources/glibc-build/Versions.all', needed by > `/mnt/lfs/source

Re: [lfs-support] Glibc Compile

2011-12-26 Thread Osmar Gonzalez
Whats the output when you run this? cat > version-check.sh << "EOF"#!/bin/bash export LC_ALL=C # Simple script to list version numbers of critical development tools bash --version | head -n1 | cut -d" " -f2-4 echo "/bin/sh -> `readlink -f /bin/sh`" echo -n "Binutils: "; ld --version | head -n1 |

[lfs-support] Glibc Compile

2011-12-26 Thread Austin Jones
I'm on LFS 7.0 section 5.7(Glibc-2.14.1) on Ubuntu 11.10, and am trying to compile. The configure runs fine, but after I run make I get the following error: make[1]: *** No rule to make target `/mnt/lfs/sources/glibc-build/Versions.all', needed by `/mnt/lfs/sources/glibc-build/abi-versions.h'. St