On Sat, Jan 03, 2004 at 09:20:56PM +0100, Hans Breuer wrote: > Am 27.12.2003 um 09:39 schrieb Manish Singh: > >I just checked in an POSIX shm tile transport implementation. I'd like > >someone on OS X to test it, since I'm not 100% sure how POSIX > >compliant OS X > >is, but I'm reasonably sure it works. > > > The C code appears to work, but the configure check does not : > > configure:15715: checking for shm_open in -lrt > configure:15746: gcc -o conftest -g -O2 -Wall conftest.c -lrt >&5 > ld: can't locate file for: -lrt > > apparently shm_open() is available by libc.dylib - it compiles without > any > extra lib (checked by simply replacing -lrt with -lc, real fixing > configure is > definitely out of my scope ;) Figures. POSIX requires shm_open() to be in librt, hence my questioning of OS X's POSIX compliance was not unfounded. ;) I'll check in a fixed configure script shortly. Please test it out. -Yosh