[Rust-users] automake error
Status: Beta
Brought to you by:
psychogenic
From: Nathan D. <da...@ma...> - 2003-06-13 23:00:37
|
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? |