On Thu, Nov 6, 2008 at 1:33 AM, Michael Banck <[EMAIL PROTECTED]> wrote:
> 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? > Yes I have binutils installed. And also I have ranlib executable under /usr/bin/. > "grep RANLIB config.make" probably returns an empty "RANLIB="? I can't see `config.make' anywhere... Instead, I did grep RANLIB config.make.in and it told me RANLIB = @RANLIB@ Does this say something to you?.. Regards, scolobb