Jump to letter: [
ACDEFGIJLMNOPQRSTUVWX
]
distcc: Client side program for distributed C/C++ compilations.
- Summary
- distcc is a program to distribute compilation of C or C++ code across several
machines on a network. distcc should always generate the same results as a
local compile, is simple to install and use, and is often two or more times
faster than a local compile.
$Revision: 1.4 $
Changelog
- * Fri Jan 9 18:00:00 2004 Bob Tanner <tanner{%}real-time{*}com> - 2.12-1.fdr.0
- upgrade to 2.12.1
- When checking if a process exists, accept EPERM as indicating it
exists but isn't ours. This allows watching the directory of a
different user, subject only to filesystem permissions. Reported by
Ernst Bachmann.
- Correct a bug introduced in 2.12 that made distccd fail to start
when run by root because setgid failed. Fix from Wayne Davison.
- --without-gnome, --without-gtk now turn those options off rather
than on.
- New man page for distccmon-text, by Shri Shrikumar and Martin Pool.
- * Fri Dec 12 18:00:00 2003 Bob Tanner <tanner{%}real-time{*}com> - 2.12-0.fdr.0
- upgraded to 2.12
- New --log-level feature allows logging of only errors rather than messages for each connection.
- IPv6 support now works better when distcc is configured with --enable-rfc2553. The server can normally
accept either IPv4 or IPv6 connections.
- New --with-docdir configure option to set install location for documents. The default is the same as previously.
Patch from Harold L Hunt II.
- Check pkg-config information GNOME/GTK+ is now checked at configure time, not build time. This is a bit quicker
than running the script for every file we build, and means that PKG_CONFIG_PATH only needs to be set for configure.
- Complete details at http://distcc.samba.org/download.html
- * Wed Dec 10 18:00:00 2003 Bob Tanner <tanner{%}real-time{*}com> - 2.11.2-1.fdr.0
- upgrade to 2.11.2
- http://distcc.samba.org/download.html
- minor tweaks to keep rh8.0 and rh9 rpm from complain about unpackaged files