GCC Problem

Started by
0 comments, last by Monder 18 years, 10 months ago
Eitsch-iBook:~/Desktop/rnraap harry$ gcc -framework GLUT -framework OpenGL -framework Carbon -o wild main.cpp ld: Undefined symbols: __ZdaPv __Znam ___gxx_personality_v0 what can be the problem? i am using gcc3.3 and mac os 10.4 thanks
Advertisement
Use g++ to compile C++ program, it'll ensure that all the C++ specific stuff is linked in.

This topic is closed to new replies.

Advertisement