In pump mode, distcc does not correctly handle -I options that refer to
directories that are on (or are a subdirectory of) the default system
include search path.
Distcc will not send default system include directories (those directories
on the default include search path, e.g. /usr/include) to the distcc server
machines. Nevertheless, distcc rewrites -I options such as
-I/usr/include/foo as e.g. -I/tmp/distccNNN/usr/include/foo. This doesn't
work, since the files in /usr/include/foo don't get sent to the distccd server.
Original issue reported on code.google.com by fergus.h...@gmail.com on 10 Jun 2008 at 5:26
Original issue reported on code.google.com by
fergus.h...@gmail.com
on 10 Jun 2008 at 5:26