| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/ml/#faqs> |
| 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 <offby1 AT blarg DOT net> |
| 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: | <c63ip0$u1j$1 AT sea DOT gmane DOT org> <NUTMEGerVIr9yWNwsNY0000052c AT NUTMEG DOT CAM DOT ARTIMI DOT COM> |
| Mime-Version: | 1.0 |
| 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/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |