On Friday 13 June 2003 06:58 pm, Nathan Davis wrote:
> Hi,
>
> I'm trying to compile rust-0.1-8, and am running into the following
error:
> > $ make
> > cd . && aclocal -I macros
> > cd . && automake --gnu Makefile
> > automake: configure.in: required file `./config.guess' not found
> > automake: configure.in: required file `./config.sub' not found
> > make: *** [Makefile.in] Error 1
>
> I've tried this in Redhat Alpha Linux 7.2, as well as Redhat i386 Linux
> 7.3, and got the same results both places. Any ideas?
I think this is a standard automake setup, so you build it with
./configure
make
make install
It is broken in RedHat >= 8, but I think 7.3 was working.
--Michael
|