Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Date: Sun, 4 Jan 2004 17:39:21 +0100 From: "Gerrit P. Haase" Reply-To: "Gerrit @ cygwin" Organization: Esse keine toten Tiere Message-ID: <5810613871.20040104173921@familiehaase.de> To: "Alex Vinokur" CC: cygwin AT cygwin DOT com Subject: Re: shmget : Function not implemented In-Reply-To: References: <1047464079 DOT 20040104132921 AT familiehaase DOT de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Hallo Alex, >> Guesses: >> 1. The ipc-daemon2 needs to run. > How can one know that? Since you used the cygipc library to link against, you should read the documents which are included in the cygipc package. >> 2. Wrong headers (cygipc-2.x not installed)? > $ cygcheck -c | grep ipc > // Nothing Should be: $ cygcheck -c | grep ipc cygipc 2.02-1 OK > $ cygcheck -s | grep ipc > 28k 2003/08/11 C:\cygwin\bin\cygcygipc-2.dll $ cygcheck -s | grep ipc 22k 2003/10/17 H:\bin\cygcygipc-2.dll That is an older DLL. Have you installed it without using setup.exe? Install the latest cygipc with setup.exe to be sure all is in place and read the docs in /usr/share/doc/Cygwin where is explained how to install it as a service or how to run it without installing it as service (Win98). Start the service and compile again, then it should run as it does for me. >> >> $ ls -l /usr/include/sys/shm.h >> -rwxrwxrwx 1 #gerrit Benutzer 3330 Oct 17 07:25 /usr/include/sys/shm.h >> > $ ls -l /usr/include/sys/shm.h > -rw-r--r-- 1 Administ None 3330 Aug 11 04:54 /usr/include/sys/shm.h Old version, see above. Gerrit -- =^..^= -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/