About: How to use distcc   Sponge Permalink

An Entity of Type : owl:Thing, within Data Space : 134.155.108.49:8890 associated with source dataset(s)

distcc is a distributed C and C++ compiler. It can use multiple computers over a network to compile source code. The results will be the same as if the code was compiled on the original computer, but the overall time will decrease. First, you must follow the Networking with coLinux tutorial to have a network setup. After the network is working:

AttributesValues
rdfs:label
  • How to use distcc
rdfs:comment
  • distcc is a distributed C and C++ compiler. It can use multiple computers over a network to compile source code. The results will be the same as if the code was compiled on the original computer, but the overall time will decrease. First, you must follow the Networking with coLinux tutorial to have a network setup. After the network is working:
dcterms:subject
abstract
  • distcc is a distributed C and C++ compiler. It can use multiple computers over a network to compile source code. The results will be the same as if the code was compiled on the original computer, but the overall time will decrease. First, you must follow the Networking with coLinux tutorial to have a network setup. After the network is working: 1. For each machine, download distcc, unpack, and do ./configure && make && sudo make install 2. On each of the servers, run distccd --daemon, with --allow options to restrict access. 3. Put the names of the servers in your environment: export DISTCC_HOSTS='localhost red green blue' 4. Build! cd /work/linux-2.4.19; make -j8 CC=distcc
Alternative Linked Data Views: ODE     Raw Data in: CXML | CSV | RDF ( N-Triples N3/Turtle JSON XML ) | OData ( Atom JSON ) | Microdata ( JSON HTML) | JSON-LD    About   
This material is Open Knowledge   W3C Semantic Web Technology [RDF Data] Valid XHTML + RDFa
OpenLink Virtuoso version 07.20.3217, on Linux (x86_64-pc-linux-gnu), Standard Edition
Data on this page belongs to its respective rights holders.
Virtuoso Faceted Browser Copyright © 2009-2012 OpenLink Software