RE: POSIX Shared Memory with Linux

2003-02-14 Thread Gordon Messmer
On Fri, 2003-02-14 at 21:59, Jiahan Chen wrote: > However, link still complained about shm_open() and shm_unlink(): > undefined reference to `shm_open' > undefined reference to `shm_unlink' > I did try default and adding libmm.a and libglib.a: >gcc -o program program.c >gcc -o prog

RE: POSIX Shared Memory with Linux

2003-02-14 Thread Jiahan Chen
Date: Fri, 14 Feb 2003 17:29:57 -0800 (PST) Subject: Re: POSIX Shared Memory with Linux From: "nate" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] Thanks, Nate! >Jiahan Chen said: >> Hi, >> >> shared memory functionality. When

Re: POSIX Shared Memory with Linux

2003-02-14 Thread Gordon Messmer
On Fri, 2003-02-14 at 13:00, Jiahan Chen wrote: > I'm wondering if the RedHat 7.3 supports POSIX > shared memory functionality. When I tried to > port some POSIX code to Linux, and got compililing > error: can't find mmap.h which is necessary header > file for POSIX shared memory stuff, such as >

Re: POSIX Shared Memory with Linux

2003-02-14 Thread nate
Jiahan Chen said: > Hi, > > I'm wondering if the RedHat 7.3 supports POSIX > shared memory functionality. When I tried to > port some POSIX code to Linux, and got compililing > error: can't find mmap.h which is necessary header > file for POSIX shared memory stuff, such as > shm_open(), shm_unlink(

POSIX Shared Memory with Linux

2003-02-14 Thread Jiahan Chen
Hi, I'm wondering if the RedHat 7.3 supports POSIX shared memory functionality. When I tried to port some POSIX code to Linux, and got compililing error: can't find mmap.h which is necessary header file for POSIX shared memory stuff, such as shm_open(), shm_unlink(), mmap().. Thanks, Jiahan