minaco2 / distcc

Automatically exported from code.google.com/p/distcc
GNU General Public License v2.0
0 stars 0 forks source link

Compiling with -I/usr/include/FOO or -I/usr/local/include/BAR in pump mode #7

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
Fixed in revision 560.

Original comment by fergus.h...@gmail.com on 29 Jul 2008 at 10:27

GoogleCodeExporter commented 9 years ago

Original comment by fergus.h...@gmail.com on 29 Jul 2008 at 10:28