tmacchant <tmacchant <at> yahoo.co.jp> writes: > During startup program exited with code 0xc0000022. > (gdb)
That status code is described as: 0xC0000022 STATUS_ACCESS_DENIED {Access Denied} A process has requested access to an object but has not been granted those access rights. https://msdn.microsoft.com/en-us/library/cc704588.aspx Check the modes and ACL on the executable and libraries you're trying to use. Regards, Achim. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple