X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-6.8 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,SARE_RMML_Stock10,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Message-ID: <4C0FA1CA.4070000@redhat.com> Date: Wed, 09 Jun 2010 08:14:34 -0600 From: Eric Blake User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.9) Gecko/20100430 Fedora/3.0.4-3.fc13 Lightning/1.0b2pre Mnenhy/0.8.2 Thunderbird/3.0.4 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: 'cp' utility bug when .exe file exist. References: <1276042636 DOT 1651 DOT 9 DOT camel AT erebor> <20100609044034 DOT GB9305 AT ednor DOT casa DOT cgf DOT cx> In-Reply-To: Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="------------enig8AEB9640E407B86338D53E9A" X-IsSubscribed: yes 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 --------------enig8AEB9640E407B86338D53E9A Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 06/09/2010 08:08 AM, Andy Koppe wrote: >>> More importantly, a lot of build scripts likely depend on the .exe bein= g added automatically. >> >> Hm. Maybe they shouldn't. >=20 > Yeah, but "shouldn't" never stopped anyone, hence any transition would > certainly not be pain-free. A first step would be teaching gcc to not append .exe. Many configure scripts (certainly almost all scripts based on autoconf) determine $(EXEEXT) based on gcc behavior, and will just do the right thing throughout the rest of the build with $(EXEEXT) empty (as evidenced by their behavior on Linux). But even with that gcc change, we'd have to keep .exe magic in cygwin1.dll until everything in the distro has been rebuilt without an .exe suffix. However, I'm starting to like the idea, if we can get buy-in from the gcc packager. Dave? Meanwhile, the (as-yet-pending) cross-compiler to build mingw executables _should_ continue to output .exe suffix, and anything trying to still be portable to mingw will have to be even more careful to use $(EXEEXT) properly because cygwin would no longer be helping out (but then again, that's exactly the situation you face when using wine, since Linux is not helping out). --=20 Eric Blake eblake AT redhat DOT com +1-801-349-2682 Libvirt virtualization library http://libvirt.org --------------enig8AEB9640E407B86338D53E9A 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.0.14 (GNU/Linux) Comment: Public key at http://people.redhat.com/eblake/eblake.gpg Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org/ iQEcBAEBCAAGBQJMD6HOAAoJEKeha0olJ0NqUXwH/Arfjl409b7xWdCDoOhhj+bG iOf9Fz+R1lR/lEfjDUAF5rUOhuMcicvhuIItlfN6oE3m6o/8tUSyyqp0Gcammqw8 y8XK3BL1JhMKLdBSRrB+E6n22kEMSnPEUaXwCAnREHXXaOb/69jI/Tw/6nxMyeYD vqOUVYro6AFVnxBEikrqQmfxl3gIA/f8S0QTIxRrY794isDPujF9WmrHlPnSmi/f jtD6MLU84Xxh5J4F5Lz7Mh0LQeX16W5o0V/jQ8upAnkDHLYEZgwRlzOPL1hGXwT0 sV0okxsACPKVLVmB8+zh/D7A6EZyejOiehTXPXKmJga5ol2cveO2vxZquLI08Jw= =bEEw -----END PGP SIGNATURE----- --------------enig8AEB9640E407B86338D53E9A--