gcc failure

2008-10-31 Thread Wolfgang Messingschlager
Rodolfo Perez wrote: > Rob > > I'm using the LFS 6.3 book. > > After all I don't know how to "unset any environmental > variables ..:-( According to the LFS Book, I have to do it only when I'm > on page 53!. (gcc pass 2). But my error is already on page 46 (Adjusting > the toolchain) > Anyway, ho

Re: gcc failure

2008-10-31 Thread Mike McCarty
Rodolfo Perez wrote: [...] > After all I don't know how to "unset any environmental > variables ..:-( According to the LFS Book, I have to do it only when I'm $ = $ export To find out what is set, $ set | less Mike -- p="p=%c%s%c;main(){printf(p,34,p,34);}";main(){printf(p,34,p,34);} Oppose g

gcc failure

2008-10-31 Thread Rodolfo Perez
Rob I'm using the LFS 6.3 book. After all I don't know how to "unset any environmental variables ..:-( According to the LFS Book, I have to do it only when I'm on page 53!. (gcc pass 2). But my error is already on page 46 (Adjusting the toolchain) Anyway, how do I unset the environmental variabl

Re: gcc failure

2008-10-30 Thread Rob Thornton
Randy McMurchy wrote: > Rob Thornton wrote: > > There is a bug in GCC 4.3.2 which will cause tests to fail if the system > > has a stack size of 8MB or less in limits-structnest.c > > (gcc.c-torture/compile/compile.exp for example). The devs are aware of > > the problem and are working on a f

Re: gcc failure

2008-10-30 Thread Randy McMurchy
Rob Thornton wrote: > There is a bug in GCC 4.3.2 which will cause tests to fail if the system > has a stack size of 8MB or less in limits-structnest.c > (gcc.c-torture/compile/compile.exp for example). The devs are aware of > the problem and are working on a fix but may be worth mentioning in

Re: gcc failure

2008-10-30 Thread Rob Thornton
Rodolfo No, the error I reported should only effect the test suite, and is a regression in 4.3.2. It is also recommended that you do not set any environmental variables for optimizing the toolchain if you don't know exactly what you're doing as the minimal speed gains are outweighed by the pot

Re: gcc failure

2008-10-29 Thread Rodolfo Perez
Hey Rob I'm trying to install LFS from the Live-CD. Everything went well till Chapter 5.7. Adjusting the Toolchain, wenn i entered the command: gcc -dumpspecs | sed 's@ . I got the message "gcc:unrecognised option `-mtune=pentiumpro` " Even when I only enter : "gcc -v" I got the same mess

gcc failure

2008-10-29 Thread Rob Thornton
There is a bug in GCC 4.3.2 which will cause tests to fail if the system has a stack size of 8MB or less in limits-structnest.c (gcc.c-torture/compile/compile.exp for example). The devs are aware of the problem and are working on a fix but may be worth mentioning in the book (svn). I know I ha