On Wed, Nov 05, 2008 at 10:33:30PM +0200, Sergiu Ivanov wrote: > cd hurd/; make > > which dies with the following error message: > > ar: creating libshouldbeinlibc.a > libshouldbeinlibc.a > make[1]: libshouldbeinlibc.a: Command not found > make[1]: *** [libshouldbeinlibc.a] Error 127 > make[1]: Leaving directory `/tmp/hurd/libshouldbeinlibc' > make: *** [libshouldbeinlibc] Error 2
Sounds like the ranlib executable is missing, do you have binutils installed? "grep RANLIB config.make" probably returns an empty "RANLIB="? Michael