Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watmath!clyde!cbosgd!ihnp4!laidbak!guardian From: guardian@laidbak.UUCP Newsgroups: comp.lang.c,comp.lang.misc,comp.sys.ibm.pc Subject: Re: Cross Assemblers and Compilers Message-ID: <1108@laidbak.UUCP> Date: Tue, 18-Aug-87 09:53:02 EDT Article-I.D.: laidbak.1108 Posted: Tue Aug 18 09:53:02 1987 Date-Received: Thu, 20-Aug-87 01:38:58 EDT References: <102@osupyr.UUCP> Reply-To: guardian@laidbak.UUCP Organization: Lachman Associates, Inc., Naperville, IL Lines: 18 Keywords: Microsoft Compatible, Unix/MS-DOS Xref: utgpu comp.lang.c:3543 comp.lang.misc:604 comp.sys.ibm.pc:5994 Summary: why bother with dos when you can have your code and unix too... In article <102@osupyr.UUCP> towslee@osupyr.UUCP (Jay A. Towslee) writes: > >a C compiler that runs under unix and generates Microsoft > compatible 8086/8088/80x86 object code ... >or an entire solution consisting of the Assembler and Compiler >that runs both under unix and MS-DOS If you get the SCO Xenix - you could compile your programs on the Xenix machine with the dos libraries. All of the Unix Calls are implemented in the dos library and will run under dos 3.x after moved to dos disk. I found it rather neat to run 'curses' under dos or to do other tasks that are available under Unix and perform them under Dos. Of course, not all the the functions are implemented under Dos since dos is still single tasking. Harry