home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / os / mswindo / programm / win32 / 1855 < prev    next >
Encoding:
Text File  |  1992-11-08  |  1.6 KB  |  41 lines

  1. Newsgroups: comp.os.ms-windows.programmer.win32
  2. Path: sparky!uunet!cis.ohio-state.edu!zaphod.mps.ohio-state.edu!uwm.edu!wupost!usc!elroy.jpl.nasa.gov!jato!huey!brad
  3. From: brad@huey.Jpl.Nasa.GOV (Brad Hines)
  4. Subject: Re: GCC
  5. Message-ID: <BxBvG3.MG@huey.jpl.nasa.gov>
  6. Sender: news@huey.jpl.nasa.gov
  7. Nntp-Posting-Host: huey
  8. Reply-To: brad@huey.Jpl.Nasa.GOV
  9. Organization: JPL Spatial Interferometry Group
  10. References:  <JODY.92Nov5082601@colorado.shell.com>
  11. Distribution: comp
  12. Date: Sat, 7 Nov 1992 04:07:15 GMT
  13. Lines: 26
  14.  
  15. >In article <JODY.92Nov5082601@colorado.shell.com>, jody@shell.com (Jody Winston) writes:
  16. >Has anyone ported gcc to run on NT?  If not, is there documentation on
  17. >Microsoft's compiler input format or the object file format and the
  18. >executable format?
  19.  
  20.  
  21. There is a port of GCC to OS/2, so in theory it should be able to run under
  22. NT.  However, there is a problem (one which I have had with a number of
  23. OS/2 character-mode programs), in that many OS/2 programs (and I'm pretty
  24. sure I recall that GCC is one of them) check first to see whether
  25. you're trying to run them in an OS/2 DOS box instead of an OS/2 command
  26. prompt window.  If you are, they say "This program cannot be run in
  27. DOS mode".  Such a program, when run under NT, prints out this message
  28. and then terminates.  I'm going to complain about this on CI$ this
  29. weekend to see what they say about it.
  30.  
  31. In theory, if we can get past that point, it should work as-is, I think.
  32. Gnu Emacs has also been ported to OS/2, but it won't work under NT yet
  33. because it uses ANSI screen-control sequences, which NT doesn't support
  34. yet.
  35.  
  36.  
  37. -- 
  38. Brad Hines
  39. Internet: brad@huey.jpl.nasa.gov
  40. Jet Propulsion Lab, Pasadena, California
  41.