Jump to content

GNU Compiler Collection: Difference between revisions

From EDM2
No edit summary
Line 18: Line 18:


== License ==
== License ==
GNU Public License (GPL, Open Source)


GNU Public License (GPL, Open Source)
==Articles==
* [[Using The GNU Configure Scripts In OS/2]] by [[Dale DePriest]] (March 1996)


[[Category:Tools]]
[[Category:Tools]]

Revision as of 18:42, 20 July 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)

Articles