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

_______________________________________________
Help-make mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/help-make

Reply via email to