CC for Linux with Sun Studio 12 gets Signal 11 parsing gtk.h
I just install SunStudio 12 on a Fedora 7 Linux box, and it appears it can not compile
even the simplest gtk application written in C++.
/opt/sun/sunstudio12/bin/CC -c -g -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include tstgtk.cc
>> Signal 11:
while processing /usr/include/gtk-1.2/gtk/gtk.h at line 1.
tstgtk.cc only contains the one line
#include <gtk/gtk.h>
The same command works if I replace the CC with lowercase suncc or with g++.
/opt/sun/sunstudio12/bin/sunCC -V
sunCC: Sun C++ 5.9 Linux_i386 2007/05/03
uname -a
Linux galactica-304 2.6.21-1.3194.fc7 #1 SMP Wed May 23 22:35:01 EDT 2007 i686 i686 i386 GNU/Linux

