help-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How can I build current version of make, taken from CVS ?


From: Yaroslav Sokolov
Subject: Re: How can I build current version of make, taken from CVS ?
Date: Wed, 11 Apr 2001 20:39:54 +0400
User-agent: Mutt/1.3.12i

On Wed, Apr 11, 2001 at 12:32:17PM -0400, Paul D. Smith wrote:
>   >> The code in CVS is the developers version.  In order to build it, you
>   >> will need the complete suite of GNU developer's tools, which include:
>   >> GNU make (yes, this is a bootstrap issue! :), GCC, GNU m4, GNU autoconf,
>   >> GNU automake, and Perl.
>   >> 
>   >> If you have all that and want to go for it, let me know :).
> 
>   ys> Of course, I have it! And I hope to build the version :)
> 
> OK, then you just need to do this:
> 
>   $ cd make
>   $ automake --add-missing
>   $ autoreconf
>   $ ./configure
>   $ make
>   $ make install
> 
> You'll get a bunch of warnings from automake, autoreconf, and configure,
> but it will all work.

Thank you, it works!

-- 
                                        Yaroslav M. Sokolov



reply via email to

[Prev in Thread] Current Thread [Next in Thread]