On 12/23/2009 10:40 AM, Prashant Purohit wrote: > I want to test the build GCC via GCC Testsuite and for that I am running the > 'make check' after the install is complete but I am getting the error as : > 'autogen : command not found' > > I tried to install the autogen utility but this utility requires many other > packages like libguile, libtool. > > And I am getting error when I tried to install libguile i.e Guile package > from GNU. > > Please, help me in this regard, if you know anything which I missed out. > > I am running GCC on i686-linux-pc platform. (Fedora Linux 9). I've seen that too. I think it's usually due to some sort of time skew, perhaps caused by NFS. Autogen shouldn't be needed. Andrew.