[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

[distcc] Switch from gcc 2.96 to 3.2.2

2004-06-14 Thread chen jie
Hi, I am a new user for gcc. I have a questions and hope to get your help. I had a gcc 2.96 program finished before, but now I installed gcc 3.2.2 on my Linux machine which makes this program could not run any more. So what should I do with it? Could you pls. tell me in detail? Thank you

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