Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm 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 To: cygwin AT cygwin DOT com From: Eric Hanchrow Subject: Re: Application failed to initialize (0xc0000022) Date: Tue, 20 Apr 2004 11:55:21 -0700 Lines: 12 Message-ID: <87isfupjhi.fsf@offby1.atm01.sea.blarg.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Complaints-To: usenet AT sea DOT gmane DOT org X-Gmane-NNTP-Posting-Host: offby1.atm01.sea.blarg.net User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3.50 (gnu/linux) Note-from-DJ: This may be spam 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/