This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Cygwin and gcc


--- Cathy Carter <clcarter@geog.umd.edu> 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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]