[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: AC_PROG_CC_C_O doesn't work with VC++
From: |
Stepan Kasal |
Subject: |
Re: AC_PROG_CC_C_O doesn't work with VC++ |
Date: |
Mon, 24 Oct 2005 12:54:48 +0200 |
User-agent: |
Mutt/1.4.1i |
Hello Harald,
On Mon, Oct 24, 2005 at 10:35:25AM +0200, Harald Dunkel wrote:
> It seems that this patch is still not in CVS. And since the
> suggested workaround doesn't workaround I am stuck :-(.
I apologize. I have committed a patch which should fix your problem.
(Attached.)
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 ?
Have a nice day,
Stepan
autoconf-20051024-cc-c-o.patch
Description: Text document
- 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++,
Stepan Kasal <=
- 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++, Ralf Wildenhues, 2005/10/24
- Re: AC_PROG_CC_C_O doesn't work with VC++, Harald Dunkel, 2005/10/24
- compile with VC++ (was: AC_PROG_CC_C_O doesn't work with VC++), Stepan Kasal, 2005/10/24
- Re: compile with VC++, Harald Dunkel, 2005/10/24
- Re: compile with VC++, Harald Dunkel, 2005/10/26
Re: AC_PROG_CC_C_O doesn't work with VC++, Paul Eggert, 2005/10/24