Cygwin and gcc
Nicholas Wourms
nwourms@yahoo.com
Sun Sep 1 13:51:00 GMT 2002
--- 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/
More information about the Cygwin
mailing list