3 Jul
2006
3 Jul
'06
5:01 a.m.
On Sun, 2 Jul 2006 Dirk Essl wrote:
fiction:/tmp# gcc test.c -o test In file included from /usr/include/sys/signal.h:34, from /usr/include/signal.h:26, from test.c:2: ...
You get this error if you use a Solaris9 version of gcc rather than Solaris 10 (header incompatibility). What do you get when you do
gcc -v
Joseph Tam <tam@math.ubc.ca>