Date: Sun, 25 Jan 1998 22:22:08 -0800 (PST) Message-Id: <199801260622.WAA01590@adit.ap.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" To: tj AT mbox303 DOT swipnet DOT se, djgpp AT delorie DOT com From: Nate Eldredge Subject: Re: Cross-compiling DOS-to-Unix ? Precedence: bulk At 10:07 1/25/1998 GMT, Tomas wrote: >How do you use DJGPP as DOS-to-Unix compiler ? Depends on what flavor of Unix, and what platform. The short answer is, I don't know. It should be possible, though. You will need to use bash, get the official GNU GCC and Binutils sources, try to run the configure script of GCC (making this work will probably be the hard part), install the libraries and headers from the target system, build some cross-binutils which may be almost as difficult. >If you can't then maybe there is some other c compiler which can be >used for this purpose ? Don't know of one. DJGPP seems the most likely to me. I believe I have seen postings from people who have built DJGPP as a cross-compiler, so maybe they will follow up. Nate Eldredge eldredge AT ap DOT net