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: Application failed to initialize (0xc0000022)


This has burned me often enough that I've made a little shell
function that reminds me:
if [  "$OSTYPE" = "cygwin" ]; then
    unzip ()
    {
        command unzip "$@"
        echo If you are unzipping DLLs, be sure to make them executable. > /dev/stderr
    }
fi

-- 
If you can't change your underwear, can you be sure you have any?


--
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]