[distcc] Re: distcc and cl.exe (MS Visual compiler)

2004-06-14 Thread Frederic Paolucci
tmcc.exe is based on gcc, than I think it could work with low efforts... In order to investigate my problem, I created a very simple file named file.c (attached to this message) that contains only a main() function. Then I wrote tmcc.exe -c file.c -E precompiled.c tmcc.exe -c

[distcc] Re: distcc and cl.exe (MS Visual compiler)

2004-06-14 Thread Frederic Paolucci
I don't know why, but my attachements were removed when posting my message... Then here's a dump of my attachements: file.c -- int main(void) { return 0; } precompiled.c - #line 1 file.c int main(void) { return 0; } distcc_6c937102.i - -E file.c

Re: [distcc] Re: distcc and cl.exe (MS Visual compiler)

2004-06-14 Thread mbp
On 14 Jun 2004, Frederic Paolucci [EMAIL PROTECTED] wrote: tmcc.exe is based on gcc, than I think it could work with low efforts... In order to investigate my problem, I created a very simple file named file.c (attached to this message) that contains only a main() function. Then I wrote