Date: Thu, 3 Jun 93 11:11:57 -0500 From: rcharif AT math DOT utexas DOT edu Posted-Date: Thu, 3 Jun 93 11:11:57 -0500 To: gt8741b AT prism DOT gatech DOT edu Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: More about cross-compiling Reply-To: rcharif AT math DOT utexas DOT edu Ok, I decided to try and make a cross-compiler on the school's suns. First, I compiled gas and the binutils, and that went ok, but I can't configure gcc. This is what I type for all 3: configure --target=i386-go32. That worked fine for gas and binutils, but gcc didn't recognize go32 as a system type. I noticed that there is a "configure.bat" that looked like the right thing for building djgpp under DOS, but I don't know if it will make a cross-compiler correctly. Also, what do I do for a library? Can I just get the libraries from the djgpp distribution? Look on math.utexas.edu:pub/msdos/djgpp-cross, the binaries and a short readme file are there. I haven't updated for v1.1, if you want to use it, replaec the include files and the lib directory with new ones with v1.10 Regards, Rami