Quote:
Originally posted by hanzerik
It got to the point where you start the make command, then errored out.
make-recursive
make[1]: Entering directory '/usr/src/lfs-packages-3.1/fileutils-4.1'
Making all in lib
make[2]: Entering directory '/usr/src/lfs-packages-3.1/fileutils-4.1/lib'
Makefile:624: *** missing separator. Stop.
make[2]: Leaving directory '/usr/src/lfs-packages-3.1/fileutils-4.1/lib'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/usr/src/lfs-packages-3.1/fileutils-4.1'
make: *** [all] Error 2
I had to enter this by hand because i dont have a floppy but I think it's all correct
Anyone have any ideas on whats wrong?
|
I know you fixed the problem already but I'd like to comment on the error you pasted:
It doesn't tell us anything, really. All it says is that _something_ went wrong, but it doens't say _what_ went wrong. The actual error messages (be it compiler errors, or ohter) are just above the lines you wrote down. Next time, you can omit the stuff you wrote and instead type out a bunch of lines before it, including the command that was executed and the error message that followed it.