Jump to content

GNU Compiler Collection: Difference between revisions

From EDM2
No edit summary
No edit summary
Line 8: Line 8:
* [[Innotek GCC]] was also available but Innotek is no longer in business since it was adquired by Sun Microsystems.
* [[Innotek GCC]] was also available but Innotek is no longer in business since it was adquired by Sun Microsystems.
* There is also [http://os2ports.smedley.info/index.php?page=gcc44 Paul Smedley port of GCC] which has a more current version.
* There is also [http://os2ports.smedley.info/index.php?page=gcc44 Paul Smedley port of GCC] which has a more current version.
==Version==
'''* Latest version:''' GCC - GNU C Compiler v4.4.6 (2011-12-17)
==Links==
'''* Port Site:'''http://os2ports.smedley.info/index.php?page=gcc-v4-4-x
'''* Official Site:'''


== License ==
== License ==

Revision as of 22:58, 23 December 2011

Description

The GNU Compiler Collection contains probably the technically most advanced C/C++ compilers for OS/2 and eCS, generating good code and supporting the latest standards. Because it is available and maintained for virtually "all" operating systems is is also first choice if it comes to portability.

Source and References

  • For a long time the EMX collection (see [1]) was the preferred CPP port for OS/2 developers,
  • Innotek GCC was also available but Innotek is no longer in business since it was adquired by Sun Microsystems.
  • There is also Paul Smedley port of GCC which has a more current version.

Version

* Latest version: GCC - GNU C Compiler v4.4.6 (2011-12-17)

Links

* Port Site:http://os2ports.smedley.info/index.php?page=gcc-v4-4-x

* Official Site:

License

GNU Public License (GPL, Open Source)