On Sun, 2006-05-14 at 19:42 -0700, Dan Nicholson wrote:
> On 5/14/06, Michael <[EMAIL PROTECTED]> wrote:
> >
> > 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
>
> Could you show the command that was run by make
On 5/14/06, Michael <[EMAIL PROTECTED]> wrote:
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
Could you show the command that was run by make leading to this
failure? What's happening is that xgcc (the new compi
Greetings
I have seen the same problem listed in other posts and can not get my
head around why it is happening. Also the other threads seem to end
abruptly which isn`t helping me. The problem occurs in Section 6.14/
GCC-3.4.3
In file included from ../../gcc-3.4.3/gcc/crtstuff.c:62:
../../gcc-3.4
Am Sonntag, 14. Mai 2006 20:41 schrieb Dan Nicholson:
> That's correct.
>
> Can you try this other sanity check that will actually tell us
> something useful about how it's searching for the headers.
>
> cat > dummy.c << "EOF"
> #include
> main(){}
> EOF
>
> cc -H dummy.c
>
> That should show you
On 5/14/06, Mag. Leonhard Landrock <[EMAIL PROTECTED]> wrote:
Yes, you are right. The result is different. Here it comes:
#include "..." search starts here:
#include <...> search starts here:
/tools/include
/tools/lib/gcc/i686-pc-linux-gnu/4.0.3/include
End of search list.
That's what it sh
Am Freitag, 12. Mai 2006 23:03 schrieb Dan Nicholson:
> On 5/12/06, Mag. Leonhard Landrock <[EMAIL PROTECTED]> wrote:
> > /sources/gcc-build/gcc/xgcc -B/sources/gcc-build/gcc/
> > -B/usr/i686-pc-linux-gnu/bin/ -B/usr/i686-pc-linux-gnu/lib/ -isystem
> > /usr/i686-pc-linux-gnu/include -isystem
> > /u
Hello again!
First, sorry for the late reply. I just had no time.
Am Freitag, 12. Mai 2006 21:47 schrieb Jim Gifford:
> Mag. Leonhard Landrock wrote:
> > Hi!
> >
> > I am once again at this point where compilation of gcc fails. :-(
> >
> > In file included from ../../gcc-4.0.3/gcc/crtstuff.c:64: