diff options
author | David Starks-Browning <starksb@ebi.ac.uk> | 2001-05-30 09:26:59 +0000 |
---|---|---|
committer | David Starks-Browning <starksb@ebi.ac.uk> | 2001-05-30 09:26:59 +0000 |
commit | 389c9300979be3a79b02d0dd986e006f76bce1c8 (patch) | |
tree | 734fe6ae0035fff090ac202994e1b6d379002687 /winsup | |
parent | 90c0221f27582a3dc09ec6da9f6900c33935f1af (diff) | |
download | newlib-389c9300979be3a79b02d0dd986e006f76bce1c8.zip newlib-389c9300979be3a79b02d0dd986e006f76bce1c8.tar.gz newlib-389c9300979be3a79b02d0dd986e006f76bce1c8.tar.bz2 |
New entry "Where is Objective C?"
Diffstat (limited to 'winsup')
-rw-r--r-- | winsup/doc/how-programming.texinfo | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/winsup/doc/how-programming.texinfo b/winsup/doc/how-programming.texinfo index 76bf56f..91e8d37 100644 --- a/winsup/doc/how-programming.texinfo +++ b/winsup/doc/how-programming.texinfo @@ -36,6 +36,14 @@ Cygwin does not provide glibc. It uses newlib instead, which provides much (but not all) of the same functionality. Porting glibc to Cygwin would be difficult. +@subsection Where is Objective C? + +Objective C is not distributed with the Cygwin version of gcc, and there +are no plans to do so. The gcc package maintainer had difficulty +building it, and once built there were problems using it. It appears +that there is only minimual support for the Objective C front-end in the +main GCC distribution, anyway. + @subsection Why is make behaving badly? First of all, if you are using @samp{make -j[N]}, then stop. It doesn't |