Errors building gcc 3.4.3

2005-11-28 Thread Francesco Piccirillo
Hi all, I've got these errors building gcc 3.4.3: In file included from ../../gcc-3.4.3/gcc/crtstuff.c:62: ../../gcc-3.4.3/gcc/tsystem.h:79:19: stdio.h: No such file or directory ../../gcc-3.4.3/gcc/tsystem.h:82:23: sys/types.h: No such file or directory ../../gcc-3.4.3/gcc/tsystem.h:85:19

Re: Errors building gcc 3.4.3

2005-11-28 Thread Francesco Piccirillo
Thank you for your answer... Ok, I understand, I must follow the book natively. However I HAVE TO build a kernel with the stack protector option set on, that is a must. So, when do you suggest me to apply the right patches on the right packages during the entire process? Should I apply propolice

Re: Errors building gcc 3.4.3

2005-11-28 Thread Chris Staub
Francesco Piccirillo wrote: Thank you for your answer... Ok, I understand, I must follow the book natively. However I HAVE TO build a kernel with the stack protector option set on, that is a must. So, when do you suggest me to apply the right patches on the right packages during the entire

Re: Errors building gcc 3.4.3

2005-11-28 Thread Chris Staub
Jeremy Huntwork wrote: Chris Staub wrote: If you have to then you're not following the book (regardless, you don't need *any* patches in pass 1). Why do you need to ask where you apply the patches? If you're applying patches not mentioned in the book, you should know where they should go.

Re: Errors building gcc 3.4.3

2005-11-28 Thread Jeremy Huntwork
Matt Darcy wrote: I'd do final pass 3 - don't polute your toolchain, just your final system. But thats just a personal opinion. Ugh. Did you not just see the post I sent in reply to Chris? Please *try* to trim your posts. I like you guys, but I find your lack of trimming very annoying. --

Re: Errors building gcc 3.4.3

2005-11-28 Thread Subhash Chandra
On 11/28/05, Francesco Piccirillo [EMAIL PROTECTED] wrote: Thank you for your answer... Ok, I understand, I must follow the book natively. However I HAVE TO build a kernel with the stack protector option set on, that is a must. So, when do you suggest me to apply the right patches on the