[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: AC_PROG_CC_C_O doesn't work with VC++
From: |
Paul Eggert |
Subject: |
Re: AC_PROG_CC_C_O doesn't work with VC++ |
Date: |
Mon, 24 Oct 2005 13:41:27 -0700 |
User-agent: |
Gnus/5.1007 (Gnus v5.10.7) Emacs/21.4 (gnu/linux) |
Stepan Kasal <address@hidden> writes:
> A question: is there any reason to use rm -f conftst2.*
> instead of rm -f conftst2.$ac_objext
> Is there any C, Fortran, or F77 compiler which could create other
> conftst2.* files if it receives -o conftst2.$ac_objext ?
Quite possibly, yes.
But why not name these files "conftest2.c" etc? Then the
already-existing "rm -f conftest*" will clean them up. We don't need
to worry about 8.3 file systems any more, on development platforms
anyway.
- Re: AC_PROG_CC_C_O doesn't work with VC++, Harald Dunkel, 2005/10/24
- Re: AC_PROG_CC_C_O doesn't work with VC++, Keith MARSHALL, 2005/10/25
- Re: AC_PROG_CC_C_O doesn't work with VC++, Stepan Kasal, 2005/10/25
- Re: AC_PROG_CC_C_O doesn't work with VC++, Eli Zaretskii, 2005/10/25
- Re: AC_PROG_CC_C_O doesn't work with VC++, Stepan Kasal, 2005/10/26
- Re: AC_PROG_CC_C_O doesn't work with VC++, Eli Zaretskii, 2005/10/26
- Re: AC_PROG_CC_C_O doesn't work with VC++, Stepan Kasal, 2005/10/27
- Re: AC_PROG_CC_C_O doesn't work with VC++, Noah Misch, 2005/10/27
- Re: AC_PROG_CC_C_O doesn't work with VC++, Paul Eggert, 2005/10/27
Re: AC_PROG_CC_C_O doesn't work with VC++, Keith MARSHALL, 2005/10/25