On Thu, Jan 03, 2002 at 02:58:24PM +0100, Lars wrote: > > Hi, i got this error while trying to compile with last nights cvs update. > > make -C serverboot all > make[1]: Entering directory `/src/hurd/serverboot' > make serverboot prof-depend=t > make[2]: Entering directory `/src/hurd/serverboot' > make[2]: *** No rule to make target `boot_script.o', needed by > `serverboot'. Stop. > make[2]: Leaving directory `/src/hurd/serverboot' > make[1]: *** [serverboot.prof_d] Error 2 > make[1]: Leaving directory `/src/hurd/serverboot' > make: *** [serverboot] Error 2 > > I was told to do ./configure --disable-profiling and report the error here > from a helpful soul @ #hurd on the opn, so i did.
Try "mkdir build; cd build; ../configure ..." instead. This is a low priority bug because everyone builds in a seperate directory rather than in the main tree. We want it to work either way, so if you can, work out a fix for that. The problem is somewhere in the makefiles, and has to do with the vpath feature (it works with the vpath, and not without or so). Otherwise just do what everyone else does until someone gets around to fix it :) Thanks, Marcus -- `Rhubarb is no Egyptian god.' Debian http://www.debian.org [EMAIL PROTECTED] Marcus Brinkmann GNU http://www.gnu.org [EMAIL PROTECTED] [EMAIL PROTECTED] http://www.marcus-brinkmann.de _______________________________________________ Bug-hurd mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-hurd