Michael Hanke <[EMAIL PROTECTED]> writes:
| Having a closer look at the include files, I found out that <stdio.h> and
| <cstdio> are incompatible!! This seems to be a compiler error. Changing all
| occurences of cstdio to stdio.h resolves the problem.
So Sun CC 5.0. has its own cxxxx style headers? What happens if all
occurences of stdio.h is changed to cstdio?
| The compilation of math_panel.C crashes with:
|
| "../../images/sqrt.xpm", line 2: Error: Multiple declaration for sqrt.
I think that this is a Sun CC problem. But I am not sure, I have been
a bit suspicious about this one earier too.
Lgb