X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:date:from:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; q=dns; s=default; b=TN7y2UO6JHcnSyGsw3TuZPFYV/FQkfdtFv0ijoINsOY bgjT4J6xy0x4MeJ+DpPOmot78eHyEvP2ENDsF5stJtQXyBUZAiwoO2G9yEM0Qwoq sntE1qyHF+TvDqEhAiF0gTtD3ou4FHjFhHX+uHe2Ajo/SVEoqVzYUMoF3Fv+tnVk = DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:date:from:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; s=default; bh=vH54I1+vuVkdYXJGWgUku0uYl0A=; b=PwTv4k5Ey86VcM1Nk oRYhQBXszVfM8W+CYozUbJ09HqYIFdIV/oNuY3e/mRXv7sfxezYO7y85mb+31mzl aEFNfWhnUoiOOftkej7Z83WqHLdGs7dSrnNHxfDvywD0XGF16FVa8I9trhDXPMr4 yAuszxJDwD/1lBmqFG80GCK+ac= 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 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=0.0 required=5.0 tests=BAYES_40,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 X-HELO: nm10-vm3.access.bullet.mail.gq1.yahoo.com X-Yahoo-SMTP: nDIEWE2swBBK1MBnA6Ka6uwrAUy9MzM53nrMpyNLYQ-- X-Rocket-Received: from ipsec-143-215-18-65.vpn.gatech.edu (jhubbslist AT 143 DOT 215 DOT 18 DOT 65 with plain [67.195.15.66]) by smtp115.sbc.mail.gq1.yahoo.com with SMTP; 01 Jun 2014 21:41:53 -0700 PDT Message-ID: <538C008F.3020500@att.net> Date: Mon, 02 Jun 2014 00:41:51 -0400 From: Jeff Hubbs User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: Missing strings.exe in binutils References: <538BB0D5 DOT 6040203 AT att DOT net> <538BC536 DOT 8000100 AT hones DOT org DOT uk> In-Reply-To: <538BC536.8000100@hones.org.uk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes On 6/1/14, 8:28 PM, Cliff Hones wrote: > On 02/06/2014 00:01, Jeff Hubbs wrote: >> I have a script within a very complex software package that uses the "strings" >> command. Everything I Googled/read suggests that strings.exe comes from the >> binutils package. The problem is that neither of the available versions of binutils >> seem to actually contain strings.exe. It's not in /usr/bin; find can't turn >> it up under /usr at all. >> >> There's even this: >> >> $ cygcheck -p strings.exe >> Found 19 matches for strings.exe >> x86/binutils/binutils-2.24.51-2 >> x86/binutils/binutils-2.24.51-3 >> >> And if I go to >> https://cygwin.com/cgi-bin2/package-cat.cgi?file=x86%2Fbinutils%2Fbinutils-2.24.51$ >> this appears: >> >> 2014-05-29 02:01 709661 usr/bin/strings.exe >> >> Yet there's no strings.exe. I've even tried binutils packages from a few >> different mirrors. >> >> If there's no fixed binutils package available, can someone shoot me a >> strings.exe I can just fly into place for the time being? > strings.exe certainly is in the binutils package I have installed. Either you haven't > actually installed binutils or something has gone wrong with the installation. I suggest > you rerun setup.exe and install or reinstall binutils, and if that doesn't help > follow the problem reporting guidelines at http://cygwin.com/problems.html - in > particular attach the requested cygcheck output. > > -- Cliff It turned out that the setup.exe was 64-bit while the rest of the Cygwin installation was 32-bit. The errors I got from running cygcheck tipped me off. Case closed; strings.exe is present now. Thank you. -- 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