On 9 Jun 2005, Eric Bechet <[EMAIL PROTECTED]> wrote: > Got it... > we have mpich installed here, for which mpiCC is a shell script. There > is a test against the file extension so that mpicc can't build fortran > files for examples. The problem is the extension .ii which is not > recognized correctly by the script. Now the question is : should we > modify the mpich implementation, - or distcc, so that distcc generates > the appropriate extension (same extension as the input file) instead of > .ii ? > Eric
You should fix the script so that it does the right thing with .i and .ii files (i.e. compiles them without preprocessing.) -- Martin __ distcc mailing list http://distcc.samba.org/ To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/distcc
