Compilers and linkers: Difference between revisions

From LPTMS Wiki
Jump to navigation Jump to search
No edit summary
Line 1: Line 1:
==Compilers==
==Compilers==
* Gnu compilers : [http://gcc.gnu.org gcc], [http://gcc.gnu.org/fortran gfortran]
* Gnu compilers : [http://gcc.gnu.org gcc], [http://gcc.gnu.org/fortran gfortran]
Line 13: Line 12:
* [http://bazaar.canonical.com Bazaar]
* [http://bazaar.canonical.com Bazaar]
* [http://www.nongnu.org/cvs CVS]
* [http://www.nongnu.org/cvs CVS]
==Makedepend==
* in order to list dependencies of headers to the std library in c++, one rather uses an equivalent of the old [http://en.wikipedia.org/wiki/Makedepend makedepend] command provided by the compiler. For instance, gcc offers the ''gccmakedep'' command.

Revision as of 11:20, 21 April 2011

Compilers

Installing

Version Control

Makedepend

  • in order to list dependencies of headers to the std library in c++, one rather uses an equivalent of the old makedepend command provided by the compiler. For instance, gcc offers the gccmakedep command.