X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org Message-ID: <48484D15.7EC2A901@dessent.net> Date: Thu, 05 Jun 2008 13:31:17 -0700 From: Brian Dessent X-Mailer: Mozilla 4.79 [en] (Windows NT 5.0; U) MIME-Version: 1.0 To: stamen AT kip DOT uni-heidelberg DOT de CC: cygwin AT cygwin DOT com Subject: Re: g++ linking shared object problem References: <48484762 DOT 2080209 AT kip DOT uni-heidelberg DOT de> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Reply-To: cygwin AT cygwin DOT com Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: 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 stamen AT kip DOT uni-heidelberg DOT de wrote: > gdb: unknown target exception 0xc0000135 at 0x7c974ed1 It's not corrupt in any way, 0xc0000135 is simply STATUS_DLL_NOT_FOUND. If you run it outside of Cygwin from a regular command prompt you will see a popup message about missing DLL. You just need to adjust your PATH correctly so that the DLL can be found by the operating system. Brian -- 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/