> On my Solaris systems (2.6, 2.7), /usr/include/X11 is a symlink to > /usr/openwin/include/X11. If you use this path to get to the headers, > would gcc not think they are system headers? Yes, I would think so. Of course, you must not use -I /usr/openwin/include when compiling. Regards, Martin