Steffen H. Larsen wrote on 28-01-07 12:49:
> okay it still makes the same error I'm gonna try and write down the
> last 30 lines  ^^
[..deletia...]
> hopes this helps took quite some time to write down and I have tried
> to make it totally alike maybee some spaces here and there aren't
> exact the same but I don't know if that is the font or if I need to
> put an extra space

Why not do:

$> make >make.log 2>&1

or (if the program 'tee' is present on that system):

$> make 2>&1 | tee make.log

(or even use script(1), if present).
Saves you a lot of typing not to mention typo's... ;-)

bjd


-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to