X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org Message-ID: Date: Wed, 11 Jun 2008 14:12:54 -0500 From: "Nathan Thern" To: CMake AT cmake DOT org, cygwin AT cygwin DOT com Subject: Re: cmake doesn't like gcc In-Reply-To: <4849A4EE.8010606@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <48444570 DOT 357B1CB7 AT dessent DOT net> <4844593B DOT 64D75940 AT dessent DOT net> <4849A4EE DOT 8010606 AT gmail DOT com> X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: 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 Fri, Jun 6, 2008 at 3:58 PM, Bill Hoffman wrote: > Brian Dessent wrote: > In the original post, Nathan said: >> >> It fails with the following output: >> >> Change Dir: /usr/src/CMakeFiles/CMakeTmp >> >> MORE OUTPUT ... > > What is the MORE OUTPUT? Also, there should be a CMakeFiles/CMakeError.log > file created. If I could see the error message I could help. > > -Bill Thanks for the pointer to CMakeFiles/CMakeError.log. It helped me figure everything out. The whole problem was that cmake found a gmake.exe in my path from my matlab installation. It appears to prefer that over the cygwin make.exe which is ahead of gmake in my path. Anyway, I cleaned all the windows junk out of my cygwin path, deleted the cmake cache files, and everything works fine. regards, NT -- 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/