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)


> -----Original Message-----
> From: cygwin-owner On Behalf Of Eric Hanchrow
> Sent: 20 April 2004 19:55

> 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


  Indeed.  It's not Zip's job to preserve file perms.  That's what tar is
for.


    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]