|  |  | 
| EnderUNIX tipsMail to My Friend , Home Page[ C/C++ ] "undefined reference to '__gxx_personality_v0' error" - Metin KAYA - (2008-02-27 10:01:27) [19572] Not showing the STDC++ library as a linker input file causes this error. To handle it, just add "-lstdc++" option to your compiling command. For instance: [metin@enderunix metfs]# gcc -Wall -lgcrypt -lstdc++ -o metfs-gcrypt metfs-gcrypt.c readpassphrase.cpp Mail to My Friend , Home Page |  |