X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00,TW_YG,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Message-ID: <4F502B14.4010407@cs.cmu.edu> Date: Thu, 01 Mar 2012 18:06:12 -0800 From: Paul Allen Newell User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.27) Gecko/20120216 Thunderbird/3.1.19 MIME-Version: 1.0 To: cygwin AT cygwin DOT com CC: pnewell AT cs DOT cmu DOT edu Subject: Re: question on Cygwin's version of make References: <4F4F21AC DOT 7060209 AT cs DOT cmu DOT edu> <4F50238E DOT 2090601 AT cs DOT cmu DOT edu> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com On 3/1/2012 5:54 PM, marco atzeri wrote: > On Fri, Mar 2, 2012 at 2:34 AM, Paul Allen Newell wrote: >> Using Macro's suggestion of 2>&1 doesn't capture the basename error/warning >> message. I tried "make> make.out 2>&1" and the message still isn't being >> captured. > it should be > make 2>&1 |tee make.out > > but also this should work > make&> make.out > > if not something is wrong on your bash. > >> Paul > may I suggest > http://cygwin.com/problems.html > > specially > "Run cygcheck -s -v -r> cygcheck.out and include that file as an > attachment in your report" > > Regards > Marco Marco: My typo, apologies. I did use "make 2>&1 |tee make.out" ... without success. I mentioned in my first email that I wasn't providing cygcheck info as I assumed that it was a dumb pilot error on my part and didn't want to clog the system with that kind of noise. I am beginning to think something might be wrong with bash on my system and need to formalize a test case. I have already "had my wrist slapped" for not following problem.html and have every intention of making sure I report a possible problem correctly. My thanks for your help, Paul -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple