GNU Compiler Collection: Difference between revisions
Appearance
m →License |
|||
Line 20: | Line 20: | ||
GNU Public License (GPL, Open Source) | GNU Public License (GPL, Open Source) | ||
==Articles== | ==Related Articles== | ||
* [[Using The GNU Configure Scripts In OS/2]] by [[Dale DePriest]] (March 1996) | * [[Using The GNU Configure Scripts In OS/2]] by [[Dale DePriest]] (March 1996) | ||
==Publications== | |||
[[Category:Tools]] | [[Category:Tools]] |
Revision as of 22:20, 9 November 2012
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)
Related Articles
- Using The GNU Configure Scripts In OS/2 by Dale DePriest (March 1996)