Abgeschickt von Guenther Manske am 13 Januar, 2001 um 23:14:58
Antwort auf: Re: There IS a free Borland C++ Compiler (link inside) von QWE am 22 November, 2000 um 01:12:49:
: : : correct gcc is a c compiler
: : : the free c++ compiler is called g++
: : : btw gcc-sh-elf works fine here
: : Well, that's a complex one. The GNU geeks like to play
: : with acronyms...
: : GCC used to stand for "GNU C compiler" and was just
: : a C compiler. Now it stands for "GNU Compiler Collection".
: : The gcc binary (lower case) is a C compiler and comes
: : with GCC, g++ also comes with the GCC package.
: : See the very top of http://gcc.gnu.org/onlinedocs/gcc_1.html
: : I can't find anything in the g++ docs which excludes
: : any particular target platform, so I'm guessing that
: : SH series *should* be supported as a target platform
: : by g++.