Re: LFS-svn chap 6.7 (gcc: No such file or directory)

2010-09-08 Thread Martin Zajíc
It's not 100% but for now all comands working I checked it. Only problem is that GCC (all gcc binaries) is bad linked, but only GCC nothink else.  So, since this is a school project, all *you* have to do is to work out what you did wrongly, or missed.  Assuming your controlling script

Re: LFS-svn chap 6.7 (gcc: No such file or directory)

2010-09-08 Thread Ken Moffat
2010/9/8 Martin Zajíc ZAJCA zaj...@gmail.com: So i've rewrite gcc pass2 with last svn and it's working. I have another question about testing error. I try to make LOG with '{} 21 | tee $BUILD_DIR/LOG_$PROGRAM.log' but when I did it how can I test it for errors, becouse '$?' not working

Re: LFS-svn chap 6.7 (gcc: No such file or directory)

2010-09-08 Thread Neal Murphy
On Wednesday 08 September 2010 05:56:23 Martin Zajíc wrote: I have another question about testing error. I try to make LOG with '{} 21 | tee $BUILD_DIR/LOG_$PROGRAM.log' but when I did it how can I test it for errors, becouse '$?' not working even if the script inside ending with 'exit 1'.

Re: LFS-svn chap 6.7 (gcc: No such file or directory)

2010-09-08 Thread Baho Utot
On 09/08/2010 05:56 AM, Martin Zajíc ZAJCA wrote: [putolin] So i've rewrite gcc pass2 with last svn and it's working. I have another question about testing error. I try to make LOG with '{} 21 | tee $BUILD_DIR/LOG_$PROGRAM.log' but when I did it how can I test it for errors, becouse