home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / os / minix / 5119 < prev    next >
Encoding:
Text File  |  1993-01-11  |  1.0 KB  |  25 lines

  1. Newsgroups: comp.os.minix
  2. Path: sparky!uunet!munnari.oz.au!metro!ipso!runxtsa!bde
  3. From: bde@runx.oz.au (Bruce Evans)
  4. Subject: Re: Conversion from DOS to MINIX format
  5. Message-ID: <1993Jan11.082500.16191@runx.oz.au>
  6. Keywords: C compiler
  7. Organization: RUNX Un*x Timeshare.  Sydney, Australia.
  8. References: <C0MMBA.9yt@ccu.umanitoba.ca>
  9. Date: Mon, 11 Jan 93 08:25:00 GMT
  10. Lines: 13
  11.  
  12. In article <C0MMBA.9yt@ccu.umanitoba.ca> philz@eeserv.ee.umanitoba.ca (Haosheng Zhou) writes:
  13. >
  14. >For some reason I would like to re-compile the kermit program. Since 
  15. >the linker with MINIX cannot handle the job due to huge size of the 
  16. >program, I would like to compile the kermit with TURBO C in DOS. Thus I
  17. >need a utility that converts the executable from DOS to MINIX format.
  18.  
  19. You would also need Minix libraries under DOS.  Get `mcc' from the Minix
  20. archives.  It takes Unix style command line options (mcc -o prog prog.c)
  21. and spawns tcc with the appropriate tcc options.  Minix used to have a
  22. program `dos2out' to convert just the executable.
  23. -- 
  24. Bruce Evans  (bde@runx.oz.au)
  25.