X-Spam-Check-By: sourceware.org Message-ID: <44D0CC9A.7010906@opnet.com> Date: Wed, 02 Aug 2006 18:02:34 +0200 From: Stein Somers User-Agent: Thunderbird 1.5.0.5 (Windows/20060719) MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: Help: gcc problem in Cygwin! Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OPNET-MailScanner: Found to be clean Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm 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 Frank, you could run make with the -n flag to see what commands it issues (even "hidden" command lines). This generates enormous amounts of output for all commands far beyond the one that is bothering you now, so run for instance: make -n 2>&1 | less If you're lucky, you'll see cygpath mentioned early on. If you're very lucky, the context would tell where to look further. -- Stein -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/