Thanks for the help Bruce.

lfs:~$ type -p make
/usr/local/bin/make

lfs:~$ /usr/local/bin/make --version
GNU Make 4.1
Built for x86_64-unknown-linux-gnu
Copyright (C) 1988-2014 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html
>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

lfs:~$ make --version
GNU Make 4.1
Built for x86_64-unknown-linux-gnu
Copyright (C) 1988-2014 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html
>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

However, I've also since noticed that as per the host systems requirements (
http://www.linuxfromscratch.org/lfs/view/stable/chapter02/hostreqs.html) my
version of gcc is out of date as well (4.8.5). I didn't notice this before
sending the original email and I'm assuming that will pose a problem if not
in this case, then in the future.

Maybe a better question would be to ask which distro has up-to-date tools
for this project out of the box?

Thanks again.

On Thu, Mar 14, 2019 at 10:05 PM Bruce Dubbs <[email protected]> wrote:

> On 3/14/19 8:42 PM, Bran Stringer wrote:
> > Hi all,
> >
> > I am trying to compile glibc as per section 5.7.1
> > http://www.linuxfromscratch.org/lfs/view/stable/chapter05/glibc.html
> and
> > am getting the following error when running configure:
> >
> > configure: error:
> > *** These critical programs are missing or too old: make
> > *** Check the INSTALL file for required versions.
> >
> > I have make version 4.1 installed:
> >
> > lfs:~$ make --version
> > GNU Make 4.1
> > Built for x86_64-unknown-linux-gnu
> > Copyright (C) 1988-2014 Free Software Foundation, Inc.
> > License GPLv3+: GNU GPL version 3 or later
> > <http://gnu.org/licenses/gpl.html>
> > This is free software: you are free to change and redistribute it.
> > There is NO WARRANTY, to the extent permitted by law.
> >
> > I have a test CentOS computer that I'm using and did have to upgrade the
> > version of make i.e. install it from source.
> >
> > Also, I did try versions 4.2, 4.0 and the system default of 3.82
> > (deleting the glibc source directory before trying again each time) with
> > the exact same error.
>
> Where is make installed?  That is 'type -p make'
>
>    -- Bruce
>
>
> --
> http://lists.linuxfromscratch.org/listinfo/lfs-support
> FAQ: http://www.linuxfromscratch.org/blfs/faq.html
> Unsubscribe: See the above information page
>
> Do not top post on this list.
>
> A: Because it messes up the order in which people normally read text.
> Q: Why is top-posting such a bad thing?
> A: Top-posting.
> Q: What is the most annoying thing in e-mail?
>
> http://en.wikipedia.org/wiki/Posting_style
>
-- 
http://lists.linuxfromscratch.org/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Do not top post on this list.

A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?

http://en.wikipedia.org/wiki/Posting_style

Reply via email to