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:subject:to:references:cc:from:message-id:date :mime-version:in-reply-to:content-type; q=dns; s=default; b=Nq5N tQ3wy0gRr9U0Af0D1yFXsI5yS6+b6d3cwkfD5uwvf4EUdNnEmOXU/+FJeMTO5hgj LVe+39k9eQ5vpgYI6hC04qO+EzytS8FLu934+ha0sy9qyW+a6pr6ZMtz0ccaWbts y+B8rV4Bvh9LSWFUB4BxHd+ASBnQzGZu8P55Cog= 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:subject:to:references:cc:from:message-id:date :mime-version:in-reply-to:content-type; s=default; bh=gVGSswwKT2 j/A7tngjTAT2CNp44=; b=liyKDZnP+BQXB2bWiouaUwegOoZIC2I3tL8Eiahbxg CGhM/0lEpo8srWx3AHFCczw1GVF6zCkpU/6Fn30k/oe/gb8Fjgf68INl+rbjaW3+ eQfMI9Q37G1sAuskVOMDZknvgZhe9gwH6SSNtx3LhJEEoG+kzWHSURNlTZnzbKkM I= 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=-2.1 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RP_MATCHES_RCVD,SPF_HELO_PASS autolearn=ham version=3.3.2 X-HELO: mx1.redhat.com Subject: Re: Problem executing m4 (127 error, but it is installed) To: cygwin AT cygwin DOT com References: Cc: kfeina AT gmail DOT com From: Eric Blake Openpgp: url=http://people.redhat.com/eblake/eblake.gpg Message-ID: <55DDDED1.7000701@redhat.com> Date: Wed, 26 Aug 2015 09:44:17 -0600 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.1.0 MIME-Version: 1.0 In-Reply-To: Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="HGs1eoitLEgbsusNpoj7RA8Hpw3pDVLuN" X-IsSubscribed: yes --HGs1eoitLEgbsusNpoj7RA8Hpw3pDVLuN Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 08/26/2015 09:26 AM, Kizito Porta Balany=C3=A0 wrote: > Hello, >=20 > I'm trying to build MONIT, but with the new version of cygwin, I need m4. >=20 > I have installed it, but when running it, I get a 127 error: >=20 > $cd /usr/bin > $ m4 > $ echo $? > 127 Probably a missing dll. What does: cygcheck m4 state? I'm guessing you may be missing libsigsegv2, which would show up as 'cygcheck: track_down: could not find cygsigsegv-2.dll'? If so, rerun setup.exe to install it (however, the m4 dependencies should automatically be pulling it in). --=20 Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org --HGs1eoitLEgbsusNpoj7RA8Hpw3pDVLuN Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 Comment: Public key at http://people.redhat.com/eblake/eblake.gpg Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQEcBAEBCAAGBQJV3d7RAAoJEKeha0olJ0Nq5BYH/jzK3bxsKCHJc+BaOtDwugk9 L7whZpbw6SQenTLxKgUPWAlDVYS6dI4NVibs+qbNRU8pxguKzIn4lFNCKYHz2FKb I7syXnDBoZW8uYNt70m6oV9VyELBwOOkWhrWQNL/A7fzHdPyyxSuE5eYvteMWYpG mkcH+pi2wulO5/boUT8PVm1cWUZee6jqyw/rc9qtx/gP/CRnogmM9ny/kuiT93/o +F7GDksksHQuJgS6/yJcbjoRHdUJty4rdFS7bptHfILOXkT4OLxs3zKNFcv2dwcK K7TsB/l3b8eMsTR/KuQA2IRlGRhSBMcF+yHcJbhv2401hnzSTBpZ2TtIbrA4mo4= =wCtu -----END PGP SIGNATURE----- --HGs1eoitLEgbsusNpoj7RA8Hpw3pDVLuN--