This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: makeinfo question on Win95
- To: sotko at isr dot com, egcs at cygnus dot com
- Subject: Re: makeinfo question on Win95
- From: N8TM at aol dot com
- Date: Sat, 17 Oct 1998 00:52:21 EDT
In a message dated 10/16/98 7:26:46 PM Pacific Daylight Time, sotko@isr.com
writes:
> the following are missing:
>
> aclocal
> autoconf
> automake
> autoheader
> makeinfo
makeinfo is part of texinfo, a package which always tells me it's not
supported under Windoze, yet the install script still wants to install it.
make -k install will get by this problem, but may hide other problems.
autoconf is a standard gnu program, which includes autoheader, and is easy to
install. It requires gnu m4, which is already installed in standard gnu-
win32.
The difficult part of installing automake is perl, which is important enough
that someone has probably made up a version which should work for you. egcs
will get along without automake if autoconf and autoheader are working.