>> You'll probably need to add some code to the >> OSKit for that, because neither of those produce >> ELF binaries. DJGPP produces COFF, and I >> *think* cygwin produces MZ (?) binaries. > >gcc is supposed to be fairly easy to make as a cross-compiler, so using >the cygwin or mingwin32 ports of gcc, it should be pretty easy to make a >gcc that is a win32 executable but produces ELF output. Yeah, that's shouldn't be too hard, I guess... Ramon