X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org Message-ID: <4849A4EE.8010606@gmail.com> Date: Fri, 06 Jun 2008 16:58:22 -0400 Reply-To: billlist AT nycap DOT rr DOT com User-Agent: Thunderbird 2.0.0.14 (Windows/20080421) MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: cmake doesn't like gcc References: <48444570 DOT 357B1CB7 AT dessent DOT net> <4844593B DOT 64D75940 AT dessent DOT net> In-Reply-To: <4844593B.64D75940@dessent.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit From: Bill Hoffman 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 Brian Dessent wrote: > Nathan Thern wrote: > >> I've been using gcc extensively to compile scheme interpreters and to >> compile code generated by various scheme-to-C systems. Here's a simple >> check, though: >> --- >> $ echo -e '#include \nmain(){printf("Hello World\\n");}' > >> hw.c; cat hw.c; /usr/bin/gcc hw.c; ./a.exe >> #include >> main(){printf("Hello World\n");} >> Hello World >> --- > .. ... 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 -- 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/