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
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
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
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
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
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
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
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