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 Message-Id: <200406300517.i5U5HTp09592@mail.meetexpo.net> Date: Wed, 30 Jun 2004 13:01:01 +0800 From: "rudolf" Reply-To: rudolf AT meetexpo DOT net To: "cygwin" Subject: help me to compile the cygwinq.lib under VC with my program Mime-Version: 1.0 Content-Type: text/plain; charset="gb2312" Content-Transfer-Encoding: 7bit X-AntiVirus: checked by AntiVir Milter 1.0.6; AVE 6.26.0.3; VDF 6.26.0.10 X-IsSubscribed: yes Hi ,all I remember some one did but I don't know how to do it now. I got the cygwin1.lib and crt0.lib (http://sources.redhat.com/ml/cygwin/2004-06/msg00274.html) by the website instructions . but when linking my program , VC told me that it coundn't link _exit(0) beacuse the symbol is defined in other dlls.(mscrt.dll), When i ignore all the default libraries, there is WinMain16@ linking error. In fact , I need system V function like share memory and semaphore function , like semop, semat,shmget etc. I want to get these functions from cygwin1.lib which can be used under windows. Could do me a favor to tell me the detail how can i do it? Any answers are appreciated. Thanks in advance, Rudolf -- 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/