Re: Error making a cross-compiler

2006-02-16 Thread Andris Pavenis
David Fernandez kirjoitti: Hi there, I don't know if this is the right place for questions about the gcc build/install process. Let me know the right place otherwise. I'm trying to compile a cross-compiler from gcc-4.0.2 sources. It is configured this way: /usr

Re: Error making a cross-compiler

2006-02-16 Thread DJ Delorie
> cc1: error: ../include/sys/version.h: No such file or directory > > What I'm doing wrong?. Where should I get the missing header files?. This is a header that comes with DJGPP's library. Like most cross compilers, you have to install part of the runtime package (usually at least the hea

Re: Error making a cross-compiler

2006-02-16 Thread Ben Elliston
> I don't know if this is the right place for questions about > the gcc build/install process. Let me know the right place > otherwise. It would be better to start on the gcc-help mailing list. Also, consider looking into using crosstool to assist with building. Ben

Error making a cross-compiler

2006-02-16 Thread David Fernandez
Hi there, I don't know if this is the right place for questions about the gcc build/install process. Let me know the right place otherwise. I'm trying to compile a cross-compiler from gcc-4.0.2 sources. It is configured this way: /usr/src/redhat/BUILD/gcc-4.0.2/