Re: [Rust-users] automake error
Status: Beta
Brought to you by:
psychogenic
From: Michael D. H. <mh...@nu...> - 2003-06-16 20:23:01
|
On Monday 16 June 2003 04:15 pm, Nathan Davis wrote: > >===== Original Message From "Michael D. Hirsch" <mh...@nu...> > > ===== > > > >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 > > Hmm, well, all I did was ./configure and then make. > > Can you tell me exactly what version of automake you're using that it > works with? Maybe I have/haven't installed an update, and my version is > "broken". I doubt it. I'm pretty sure it works with automake-1.4p5-2 and I know it is broken in RH 8.0 and maybe 7.3. The errors I've seen don't look like the ones you have, however. Michael |