* Pavel Roskin | Since EXEEXT="" makes "cp" fail it's not a good choice. So instead | of doing "test contest -ef contest.exe" do "cp contest contest.ac_" | and reverse the logic (i.e. if "cp" fails we use ".exe") Well, I don't think this is such a good idea. What if the Cygwin port of ``cp'' is suddenly made to work correctly with that filesystem voodoo Cygwin does, but other programs are still defunct? Instead of chasing possible problems with Cygwin's little magic trick, isn't it better to just try to detect it and circumvent it completely? (As I try to do with the AC_EXEEXT patch.) Regards, Morten
- Re: AC_PROG_CC not working Bob Friesenhahn
- Re: AC_PROG_CC not working Akim Demaille
- Re: AC_PROG_CC not working Gary V. Vaughan
- Re: AC_PROG_CC not working Akim Demaille
- Re: AC_PROG_CC not working Gary V. Vaughan
- Re: AC_PROG_CC not working Peter Eisentraut
- Re: AC_PROG_CC not working Morten Eriksen
- Re: AC_PROG_CC not working Pavel Roskin
- Re: AC_PROG_CC not working Peter Eisentraut
- Re: AC_PROG_CC not working Pavel Roskin
- Re: AC_PROG_CC not working Morten Eriksen
- Re: AC_PROG_CC not working Earnie Boyd
- Re: AC_PROG_CC not working Earnie Boyd
- Re: AC_PROG_CC not working Pavel Roskin
- Re: AC_PROG_CC not working Earnie Boyd
- RE: AC_PROG_CC not working Bernard Dautrevaux
- RE: AC_PROG_CC not working Earnie Boyd