On Monday, January 29, 2001, at 05:03 PM, Malcolm Blue wrote:
Also, are IPC message queues implemented on all of the platforms? It is on
UNIX's and now works on Cygwin for WinNT, but what about other platforms, e.g..
Mac OS X? Maybe people using platforms that don't support IPC can respond to
this (if no one responds can we assume that all support this?)
How do I test it or find out if MacOS X supports IPC??
Thanks,
Jeshua Lacock
Cartographer/Owner
http://SierraMaps.com
http://3dTopoMaps.com
Telephone: (760) 935-4481
----------------------------------------
If you want to unsubscribe from GRASS Development Team mailing list write to:
minordomo@geog.uni-hannover.de with
subject 'unsubscribe grass5'
On Mon, Jan 29, 2001 at 05:54:39PM -0800, Jeshua Lacock wrote:
On Monday, January 29, 2001, at 05:03 PM, Malcolm Blue wrote:
> Also, are IPC message queues implemented on all of the platforms? It is on
> UNIX's and now works on Cygwin for WinNT, but what about other platforms, e.g..
> Mac OS X? Maybe people using platforms that don't support IPC can respond to
> this (if no one responds can we assume that all support this?)
How do I test it or find out if MacOS X supports IPC??
Have /usr/include/sys/ipc.h ?
Have /usr/include/bits/ipc.h ?
Run "nm /usr/lib/libc.a | grep msgget" (provided that's the path to
libc) will indicate if it exists in the library.
--
Eric G. Miller <egm2@jps.net>
----------------------------------------
If you want to unsubscribe from GRASS Development Team mailing list write to:
minordomo@geog.uni-hannover.de with
subject 'unsubscribe grass5'