hi, i installed gcc using package manager of open solaris and i wrote a small program
#include <stdio.h> int main() { printf ("Hello"); return 0; } when i compiled this program using follwoing command [b]gcc test.cpp[/b] i got following error.... [b] Undefined first referenced symbol in file __gxx_personality_v0 /var/tmp//ccw8aqVb.o ld: fatal: Symbol referencing errors. No output written to a.out collect2: ld returned 1 exit status[/b] please help me to resolve this problem... -- This message posted from opensolaris.org