> On 30 Sep 2002, Terry Griffin <[EMAIL PROTECTED]> wrote: > >> Any ideas? What make, gcc, or distcc option/feature/bug >> would cause this? > > I suspect you're probably using some kind of gcc command line that > distcc doesn't understand yet. > > Can you please post the DCC_VERBOSE=1 output, or at least the command > line that Make is running? Just the trace for one file that fails in > this way should be enough. >
Here's the preprocessing command with a bunch of -include's and -I's removed for brevity: distcc[18403] (dcc_set_output) command after: g++3 -MMD -E -g -Wall -Wno-unused -Wmissing-declarations -Woverloaded-virtual -Winline -DLINUX -DREDHAT_MAJOR=7 -DREDHAT_MINOR=3 -fPIC -D_REENTRANT "-DOS="Linux"" "-DOS_REL="2.4.18-10"" "-DOS_DIST="Red Hat"" "-DOS_DIST_REL="7.3"" Graph.C -o /tmp/distcc_0000010a/cppout_0000018403.i Then with local args removed: distcc[18403] (dcc_strip_local_args) result: g++3 -c -g -Wall -Wno-unused -Wmissing-declarations -Woverloaded-virtual -Winline -fPIC Graph.C -o Graph.o This was with distcc from CVS. Terry -- Terry Griffin Axian Inc. http://www.axian.com/ _______________________________________________ distcc mailing list [EMAIL PROTECTED] http://lists.samba.org/cgi-bin/mailman/listinfo/distcc
