Martin, Yes, this works with both gcc 2.96 and 3.0.4 (from Red Hat packages gcc-2.96-110 and gcc3-3.0.4-1 respectively). So this looks like a promising approach.
Side note: The gcc 3.2 that comes with Red Hat 8.0 handles the -MMD switch in a way that is compatible with distcc 0.11. Terry Martin Pool inquired: > Terry, > > If you run your version of gcc with "gcc -E -MD foo.c", then do you get > dependencies in foo.d, and preprocessed output on stdout? > > I realized on the weekend that distcc may be able to handle this case > reasonably by never using -o with -E, but instead just capturing > stdout to get the preprocessed source. This might also improve > compatibility with other compilers that disagree with gcc on how this > combination of options should be handled. > > Thanks, > -- > Martin > > Linux is the operating system of the people and pretty soon they may > even be able to use it. > _______________________________________________ > distcc mailing list > [EMAIL PROTECTED] > http://lists.samba.org/cgi-bin/mailman/listinfo/distcc -- Terry Griffin Axian Inc. http://www.axian.com/ _______________________________________________ distcc mailing list [EMAIL PROTECTED] http://lists.samba.org/cgi-bin/mailman/listinfo/distcc
