Re: problem linking SHM functions

2004-03-03 Thread Claude . Barrouil
Thank you Brian for your answer. I ended up finding this last version and succeeding in making work the shared memory. Cygwin is great ! Thanks, Claude Brian Ford a écrit: I'm digging out of my list backlog, and I noticed you didn't get a reply. So, this is just in case you haven't figured it

Re: problem linking SHM functions

2004-03-02 Thread Brian Ford
I'm digging out of my list backlog, and I noticed you didn't get a reply. So, this is just in case you haven't figured it out yet. On Wed, 14 Jan 2004 [EMAIL PROTECTED] wrote: I have a program that uses shared memory functions shmget() and shmat() and that works fine under Linux. My problem

problem linking SHM functions

2004-01-14 Thread Claude . Barrouil
I have a program that uses shared memory functions shmget() and shmat() and that works fine under Linux. My problem is that I couldn't find how to link it with Cygwin, although I installed le last full package, cygwin1.dll is in the PATH, any other compilations and linkages works fine. All