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