home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / os / linux / 6527 < prev    next >
Encoding:
Internet Message Format  |  1992-07-23  |  2.2 KB

  1. Path: sparky!uunet!crdgw1!rdsunx.crd.ge.com!ariel!davidsen
  2. From: davidsen@ariel.crd.GE.COM (william E Davidsen)
  3. Newsgroups: comp.os.linux
  4. Subject: Re: Good news, bad news
  5. Message-ID: <1992Jul23.161059.22001@crd.ge.com>
  6. Date: 23 Jul 92 16:10:59 GMT
  7. References: <1992Jul22.135855.17293@crd.ge.com> <1992Jul22.205311.7687@serval.net.wsu.edu>
  8. Sender: usenet@crd.ge.com (Required for NNTP)
  9. Reply-To: davidsen@crd.ge.com (bill davidsen)
  10. Organization: GE Corporate R&D Center, Schenectady NY
  11. Lines: 33
  12. Nntp-Posting-Host: ariel.crd.ge.com
  13.  
  14. In article <1992Jul22.205311.7687@serval.net.wsu.edu>, hlu@phys1.physics.wsu.edu (Hongjiu Lu) writes:
  15.  
  16. | Try gcc -traditional when 2.2.2d is release to public or contact me. You can
  17. | also try to convert it to ANSI C if you really want to use gcc 2.2.2. That
  18. | was what I did before I fed up with it and made some changes in 2.2.2d.
  19.  
  20.   I do appreciate the thought (and thanks to those who suggested other
  21. header files by mail), but this program really is pretty portable, and
  22. compiles on the AT&T V.4 compiler, gcc 2.1 -ansi -pedantic, and SCO -W3
  23. without problems.
  24.  
  25. | For tty, Linux is POSIX. For IPC, you can only use Unix domain socket for now.
  26. | If you don't use those SYSV IPC, it should be very easy to port it to Linux. Do
  27. | you think that code is much more complicated than X11R5?
  28.  
  29.   Thanks, this clarifies some of the problems, I will shelve this port
  30. until linux has a bit more IPC (and might even look at generating a few
  31. patches for some of the stuff I need). As for your question, I want to
  32. use shared memory, pipes, SysV semiphores and message queues. I think
  33. it's fair to say that the code is reasonably demanding in the IPC area,
  34. perhaps more than X11R5. That doesn't relate 1:1 with complexity, of
  35. course.
  36.  
  37.   By adding enough ifdefs I think I can use the file and termio stuff
  38. from various parts already written, although the big blocks of BSD vs
  39. SysV vs streams will have to be broken up.
  40.  
  41.   Everyone has been most helpful.
  42. -- 
  43. bill davidsen, GE Corp. R&D Center; Box 8; Schenectady NY 12345
  44.     It never ceases to amaze me that otherwise rational people, able to
  45.     understand calculus, compound interest, and the income tax form, can
  46.     continue to believe that poker is a game of chance.
  47.