This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: Cygwin Installtion problem!


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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]