Compilers and linkers

From LPTMS Wiki
Revision as of 11:20, 21 April 2011 by Roux (talk | contribs)
Jump to navigation Jump to search

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.