automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Trouble with MSVC `cl -c -o ...'


From: Alexandre Duret-Lutz
Subject: Re: Trouble with MSVC `cl -c -o ...'
Date: Mon, 11 Oct 2004 23:14:38 +0200
User-agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux)

>>> "Milan" == Milan Tichy <address@hidden> writes:

 Milan> Automake version and configure.ac is below...

Thanks.  Unfortunately this looks fine to me.  

Was the `compile' script actually used during compilation in
front of the `cl' invocation?  If yes, could you try the
appended patch?  If not, could you send config.log?  (All this
without using cccl, so that it doesn't hide the bug.)

--- compile
+++ compile
@@ -125,6 +125,8 @@
 
 if test -f "$cofile"; then
   mv "$cofile" "$ofile"
+elif test -f "${cofile}bj"; then
+  mv "${cofile}bj" "$ofile"
 fi
 
 rmdir "$lockdir"
-- 
Alexandre Duret-Lutz





reply via email to

[Prev in Thread] Current Thread [Next in Thread]