The header files in /usr/include are probably the SCO ones, not the GNU ones. Is there a stdio.h in /usr/gnu/include? If so, try using [g]gcc -I /usr/gnu/include ...[/b]. You can probably make this a default by altering spec files or setting environment variables...
Annihilannic.