Hi, I have identified a problem compiling PJMEDIA with MIPS architecture (gcc 3.3.3). The problem is due to a float variable named 'mips'. It seems to collide with some internal symbol in the compiler. I have renamed the mips variable to mipss (lines 2410, 2441 and 2444) and it compiles cleanly (in fact everything now compiles OK). Regards Antonio