> 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 headers) before you can build gcc's runtime library.