X-Spam-Check-By: sourceware.org Date: Thu, 23 Mar 2006 13:48:34 -0500 (EST) From: Igor Peshansky Reply-To: cygwin AT cygwin DOT com To: John Covici cc: cygwin AT cygwin DOT com Subject: Re: problems running mmv on cygwin In-Reply-To: Message-ID: References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Unsubscribe: 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 On Thu, 23 Mar 2006, John Covici wrote: > Hi. I just installed cygwin and I wanted to compile and run mmv. I > got the source and ran the Makefile -- there was no configure script. > When I try to start the program I get the Microsoft dialog about > sending an error report. Looks like the offset was 10000 and the > error was0xc0000005. > > I can send a cygcheck if desired. > > Any assistance would be appreciated. You should really be asking the suppliers of mmv, but error 0xc0000005 ("the application could not be initialized properly") is usually indicative of the missing execute permission on some DLL. Make sure you "chmod a+x" all the DLLs that are produced by the build. FWIW, "gcc -shared" marks DLLs as executable, so there must be some other piece of code (e.g., "install -m 0644" in the Makefile) that changes the permissions. Igor -- http://cs.nyu.edu/~pechtcha/ |\ _,,,---,,_ pechtcha AT cs DOT nyu DOT edu | igor AT watson DOT ibm DOT com ZZZzz /,`.-'`' -. ;-;;,_ Igor Peshansky, Ph.D. (name changed!) |,4- ) )-,_. ,\ ( `'-' old name: Igor Pechtchanski '---''(_/--' `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-. Meow! "Las! je suis sot... -Mais non, tu ne l'es pas, puisque tu t'en rends compte." "But no -- you are no fool; you call yourself a fool, there's proof enough in that!" -- Rostand, "Cyrano de Bergerac" -- 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/