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
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/
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
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 |
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