Re: DOS 5.0 Compiler?

Shankar Unni <shankarunni@earthlink.net>
25 Nov 2001 22:42:42 -0500

          From comp.compilers

Related articles
DOS 5.0 Compiler? jeff_hamann@hamandonald.com (Jeff D. Hamann) (2001-11-17)
Re: DOS 5.0 Compiler? jvandyk@attglobal.net (Jerry van Dijk) (2001-11-25)
Re: DOS 5.0 Compiler? axel@dtone.org (Axel Kittenberger) (2001-11-25)
Re: DOS 5.0 Compiler? jgd@cix.co.uk (2001-11-25)
Re: DOS 5.0 Compiler? adamo@dblab.ece.ntua.gr (2001-11-25)
Re: DOS 5.0 Compiler? shankarunni@earthlink.net (Shankar Unni) (2001-11-25)
| List of all articles for this month |

From: Shankar Unni <shankarunni@earthlink.net>
Newsgroups: comp.compilers
Followup-To: comp.os.msdos.programmer
Date: 25 Nov 2001 22:42:42 -0500
Organization: EarthLink Inc. -- http://www.EarthLink.net
References: 01-11-094
Keywords: MSDOS, C
Posted-Date: 25 Nov 2001 22:42:42 EST

Jeff D. Hamann wrote:


  > I have a project where I need to produce a DOS 5 compatible executable
  > and have no DOS 5 machines. Is there a "cross-compiler" I could run
  > under FreeBSD/Linux?


Borland (http://www.borland.com) has, in their "software museum",a
copy of TurboC++ 1.01
(http://community.borland.com/article/0,1410,21751,00.html). Which
still runs on DOS-compatible machines, including Windows NT(!).


So you could run this under some DOS emulator on Linux (Bochs or maybe
Wine).


Or heck, if you have a copy of MSC7, by all means, run that on Bochs
(which should work, but slowly) or Wine (which may or may not work for you).


> Where would be a good resource to find out more information?


You mean Linux cross-compilers producing DOS 5.0 code? Pretty rarefied
topic, if I might say so..
--
Shankar.


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.