X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00,SPF_PASS X-Spam-Check-By: sourceware.org Message-ID: <4B1FBEA3.8090809@gmail.com> Date: Wed, 09 Dec 2009 15:13:39 +0000 From: Dave Korn User-Agent: Thunderbird 2.0.0.17 (Windows/20080914) MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: [1.7] problems with compiling geos References: <4B1F8EC9 DOT 5080805 AT cryptelium DOT net> <4B1FB774 DOT 7030307 AT gmail DOT com> <4B1FB5F6 DOT 6030400 AT cryptelium DOT net> In-Reply-To: <4B1FB5F6.6030400@cryptelium.net> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 kiorky wrote: > > Dave Korn a écrit : >> kiorky wrote: >> >>> What is this "__wrap__Znwj" and how can it mess the environment leading >>> to a segfault ? >> Sorry, you've gotten bitten by a bug(*) with the current libstdc++ DLL: >> it gets broken after running 'rebaseall'. Please reinstall it using >> setup.exe and the problem should be fixed. > > Great, no problem as far as i know now there may be a solution :D. Which > package contains this dll ? Generic solution: How to find out which package contains any file from your cygwin install: > $ cygcheck -f /usr/bin/cygstdc++-6.dll > libstdc++6-4.3.4-1 > > $ That works for anything installed by setup.exe. > Where i can find documentation on the package manager to get those > informations ? The setup.exe gui is fairly limited, you can search for package names using it but it doesn't have a way to drill down into the contents of each package. Instead, we have the 'cygcheck' command-line utility for inspecting the details of packages; it can tell you what's installed, list all the files in a package, verify if a package is correctly installed, etc. There's "cygcheck --help" output to get you started and and fuller documentation in /usr/share/doc/cygwin-doc-1.5/cygwin-ug-net.html (yes, that does say '1.5' there regardless of the fact that we're on 1.7, that's about the last remaining packaging issue before the release), or online at: http://cygwin.com/1.7/cygwin-ug-net/using-utils.html#cygcheck (Note that that URL will probably expire sometime in the next week when 1.7 goes live, if it stops working just remove "1.7/" from after "cygwin.com/".) cheers, DaveK -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple