> Am I correct that this is CPP problem? Any idea what could be wrong? I am > out of idea. Any help greatly appreciated. What is the output of 'gcc --trace-includes z.c'? It may be that it is picking up a header from a different place. Regards, Martin