libtool-patches
[Top][All Lists]
Advanced

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

Re: [patch #6448] [MSVC 7/7] Add MSVC Support


From: Peter Rosin
Subject: Re: [patch #6448] [MSVC 7/7] Add MSVC Support
Date: Wed, 13 Aug 2008 11:00:33 +0200
User-agent: Thunderbird 2.0.0.16 (Windows/20080708)

Ralf Wildenhues skrev:
-  (eval "$AR -NOLOGO -OUT:conftest.lib conftest.$ac_objext" &>conftest.err)
+  (eval "$AR -NOLOGO -OUT:conftest.lib conftest.$ac_objext" >conftest.err 2>&1)

Hi Ralf,

Is there a reason for this, I thought the log was there to help
diagnose what went wrong, and that more information is better?
Granted, the above cmd will produce a number of perhaps annoying
lines of usage instructions on stderr on most systems. But hey,
compare that to tossing the error message when you have a lib.exe
that unexpectedly fails.

All that said, I realize that lib.exe is fairly exotic, and I
understand if you don't want the ar usage in the log, I just
wanted to highlight that this is not the only thing you are
cutting out.

Cheers,
Peter




reply via email to

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