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 Message-ID: <20020901205146.59229.qmail@web21005.mail.yahoo.com> Date: Sun, 1 Sep 2002 13:51:46 -0700 (PDT) From: Nicholas Wourms Subject: Re: Cygwin and gcc To: Cathy Carter , cygwin AT cygwin DOT com In-Reply-To: <000001c25167$98b2ef20$6401a8c0@DD0H0L11> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii --- Cathy Carter wrote: > Hi all .. > > Does anyone know if something is up with gcc .. specifically with > Objective C? I did a complete installation of Cygwin last night > and > Objective C works fine with the sample files. I just did another > complete installation on a different computer and it tells me that > "Objective C is not installed on this computer". > I wouldn't know why it would be working on one of your machines, but the fact of the matter is that Cygwin's gcc only compiles: -C -C++ -Fortran77 -Java You are, of course, welcome to download the sources and compile them yourself. Just type "gcc -v" to get a list of options passed to configure, and you'll want to tack "objc" to the end of "--enable-languages=". Should be pretty straightforward from there. Cheers, Nicholas __________________________________________________ Do You Yahoo!? Yahoo! Finance - Get real-time stock quotes http://finance.yahoo.com -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/