home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / sys / sgi / misc / 212 < prev    next >
Encoding:
Internet Message Format  |  1993-01-08  |  940 b 

  1. Path: sparky!uunet!haven.umd.edu!darwin.sura.net!zaphod.mps.ohio-state.edu!cs.utexas.edu!rutgers!cmcl2!adm!news
  2. From: englund@gdstech.grumman.com (Dave Englund)
  3. Newsgroups: comp.sys.sgi.misc
  4. Subject: 4Dgifts: Shared Memory example
  5. Message-ID: <34939@adm.brl.mil>
  6. Date: 8 Jan 93 19:19:49 GMT
  7. Sender: news@adm.brl.mil
  8. Lines: 14
  9.  
  10. I'm looking at the sample codes in the
  11. /usr/people/4Dgifts/examples/unix  directory. The one problem I'm
  12. having is with the "shmem1" and "shmem2" example. This does nothing. I
  13. looked at the code and see that something is supposed to print
  14. somewhere, but that's not what happens. I'm running under 4.0.4 on a
  15. Crimson XS24. 
  16. All of the other samples in this directory seem to work fine. Any
  17. words of wisdom? Thanks in advance...
  18.  
  19.             Dave Englund | #include <stdio.h>
  20.      englund@gdstech.grumman.com | main() 
  21.                Grumman Corp. | {
  22.        Corporate Research Center |       printf("hello, world\n");
  23.             Bethpage, NY | }
  24.