X-Spam-Check-By: sourceware.org From: "Dave Korn" To: References: <513508 DOT 38214 DOT qm AT web8913 DOT mail DOT in DOT yahoo DOT com> Subject: RE: Cygwin Installtion problem! Date: Sat, 10 Mar 2007 14:55:54 -0000 Message-ID: <063b01c76324$33dd1d90$2e08a8c0@CAM.ARTIMI.COM> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 In-Reply-To: <513508.38214.qm@web8913.mail.in.yahoo.com> Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: 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 On 10 March 2007 14:41, seema r j wrote: > Hi All, > We are upgrading our application with latest cygwin-1.5.24-2 on windows > 2003. we built cygwin against few changes to the IPC system calls. The > build was successfull with no errors. But when we made 'make install' we > encountered the following errors. > make[3]: *** [cygserver.exe] Error 1 > make[2]: *** [install_cygserver] Error 1 > make[1]: *** [install-target-winsup] Error 2 > make: *** [install] Error 2 > can you please suggest what are possible causes for these errors???? Look in /usr/include/sys/errno.h: #define EPERM 1 /* Not super-user */ ...suggests that maybe running cygserver to install a service is part of your install procedure, and the user who ran "make install" doesn't have admin rights on the machine? cheers, DaveK -- Can't think of a witty .sigline today.... -- 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/