X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00,SPF_PASS X-Spam-Check-By: sourceware.org Message-ID: <4B382F92.4000806@gmail.com> Date: Mon, 28 Dec 2009 04:09:54 +0000 From: Dave Korn User-Agent: Thunderbird 2.0.0.17 (Windows/20080914) MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: My"C" Compiled can't compile "{}" References: <4B381883 DOT 7030002 AT columbus DOT rr DOT com> In-Reply-To: <4B381883.7030002@columbus.rr.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit 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 Paul McFerrin wrote: > I discover my C compiler is broken while performing a "configure". The compiler is fine. > $ echo "{}" >test.c Your testcase is nonsense. > $ cc -O test.c -o test > test.c:1: error: expected identifier or ‘(’ before ‘{’ token The compiler correctly told you so. What were you expecting? (Also, what is 'cc'? Softlink perhaps?) cheers, DaveK -- 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