public inbox for crossgcc@sourceware.org
 help / color / mirror / Atom feed
From: Geert Stappers <stappers@stappers.nl>
To: wmain@gis.net, William Main <wm.main@gmail.com>
Cc: crossgcc@sourceware.org
Subject: Re: ./configure --enable-local
Date: Fri, 23 Feb 2018 18:07:00 -0000	[thread overview]
Message-ID: <20180223180711.GZ9226@gpm.stappers.nl> (raw)
In-Reply-To: <1ef09456-ba48-676e-cd1a-a25160ac1a78@att.net>

On Fri, Feb 23, 2018 at 09:12:23AM -0800, Alexey Neyman wrote:
> On 02/23/2018 08:46 AM, William Main wrote:
> >Dear Alexey,
> >      I am new to YOCTO but experienced in other emddeded systems. I am
> >following recipes in a book published in June 2017 by Chris Symmonds
> >"Mastering Embedded Linux Programming" and am stuck on pg 29 which is
> >frustrating.
> >  I have become stuck for two days now on the error show below even
> >though I have confirmed the two files showing issues are present and
> >installed.
> >
> >
> >
> >Setting up libtool (2.4.6-0.1)  << this is what is installed
> >
> >$ sudo apt-get install make
> >Reading package lists... Done
> >Building dependency tree
> >Reading state information... Done
> >make is already the newest version (4.1-6).  << definitely installed
> >make set to manually installed.
> >
> >git clone https://github.com/crosstool-ng/crosstool-ng.git
> >     lots of output and succeeded
> >cd crosstool-ng
> >git checkout crosstool-ng-1.22.0
> >     lots of output and succeeded
> >$ ./bootstrap
> >succeeded
> >then the issue begins
> >
> >william@NEMT-Yocto:~/crosstool-ng$ ./configure --enable-local
> >         lots of output that looks ok then --
> >checking for make 3.81... no
> >checking for GNU libtool >= 1.5.26... no
> >configure: error: could not find GNU libtool >= 1.5.26
> >
> >
> >system details:
> >Distributor ID:	Ubuntu
> >Description:	Ubuntu 16.04.3 LTS
> >Release:	16.04
> >Codename:	xenial
> >
> >crosstool-ng-1.22.0
> >
> >can you either shed some light on what is going wrong or point me to
> >where I might find help?
> >
> >Again, I apologize for the interruption.
> >
> >Bill Main
> >wmain@gis.net
> >
> 
> First, do not write to me personally. I will not respond to private
> questions like that - if there is an issue that needs explanation, a
> question on a archived  mailing list will benefit all of the
> community, not just you.
> 
> As to your question: with any question regarding configure, the
> config.log should be provided. That's the basic rule for any
> configure-based project so you should've been aware of that.
> 
> For both make and libtool, configure tries to check their versions
> by invoking them with --version and then trying to match the
> following regexps:
> 
> ^GNU Make (3.[89][[:digit:]]|[4-9])
> \(GNU libtool.*\)
> (2[[:digit:]]*\.|1\.6[[:digit:]]*\.|1\.5\.[2-9][[:digit:]]+)
> 
> So:
> - Ensure that the versions of make/libtool you've installed are
> available in the $PATH (and not preceded in $PATH by some outdated
> version, e.g. in your $HOME/bin).
> - See what your `make --version` and `libtool --version` print and
> see if it matches the regexps above.
> 
> Regards,
> Alexey.


A `reply-to-all` will  include me, I'll forward the message to crossgcc mailinglist.

Much better would be being subscribed to this mailinglist yourself.
List-Subscribe: <mailto:crossgcc-subscribe@sourceware.org> 


Groeten
Geert Stappers
-- 
Leven en laten leven

  reply	other threads:[~2018-02-23 18:07 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <1519404370.21789.15.camel@gmail.com>
2018-02-23 17:12 ` quik question - I apologize for the interruption Alexey Neyman
2018-02-23 18:07   ` Geert Stappers [this message]
2018-02-23 20:09     ` ./configure --enable-local William Main
2018-02-23 21:08       ` Geert Stappers

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180223180711.GZ9226@gpm.stappers.nl \
    --to=stappers@stappers.nl \
    --cc=crossgcc@sourceware.org \
    --cc=wm.main@gmail.com \
    --cc=wmain@gis.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).