On Thursday 11 January 2007 10:24, Debasree Mallick wrote:
> Here is the problem that gcc finds the header in the wrong
> location(tools/include) instead of '/usr/include' .I am sure about
> that by running the following program segment .
You're speaking about gcc installed in 6.12, right?
If so,
ux-gnu/4.0.3/include/stdarg.h
.. /tools/include/bits/stdio_lim.h
.. /tools/include/bits/sys_errlist.h
What should i do ..Please help me...
On 1/11/07, Randy McMurchy <[EMAIL PROTECTED]> wrote:
> Debasree Mallick wrote these words on 01/10/07 19:27 CST:
> > Hello
> >
Debasree Mallick wrote these words on 01/10/07 19:27 CST:
> Hello
>I am facing the following problem in building GCC 4.0.3 . If
> any body know the solution, then please help me.
A brief look at the error messages make me think that perhaps you
didn't create and en
Hello
I am facing the following problem in building GCC 4.0.3 . If
any body know the solution, then please help me.
When run make command then the following error ocured..
In file included from ../../sources/gcc-4.0.3/gcc/crtstuff.c:64:
../../sources/gcc-4.0.3/gcc
杨炳麟 wrote:
Hello all!
This is my first build lfs by refer to LFS BOOK 6.0.
I use FC4 as host system.
http://www.linuxfromscratch.org/lfs/faq.html#what-dist
FC4 and other gcc-4.x host systems are currently not supported and will
cause problems with the current build. Please try using a slight
Problems with gcc4.
that's bad, try using another host-system
On 8/3/05, 杨炳麟 <[EMAIL PROTECTED]> wrote:
> Hello all!
> This is my first build lfs by refer to LFS BOOK 6.0.
> I use FC4 as host system.
> I rename /usr/bin/gcc to gcc4 and rename /usr/bin/gcc32 to gcc.Because I
> think use gcc-3.2 sh
Hello all!
This is my first build lfs by refer to LFS BOOK 6.0.
I use FC4 as host system.
I rename /usr/bin/gcc to gcc4 and rename /usr/bin/gcc32 to gcc.Because I think
use gcc-3.2 should be better,may be it can reduce problems.
Now I exec the command:
=