MySQL and C++ using Dev-C++

a2jfreaka2jfreak Houston, TX Member
edited July 2003 in Science & Tech
I'm using the latest Dev-C++ w all the non-language-specific updates (like Chinese, Spanish, etc.)

I have MySQL installed and working.

I opened up the example MySQL file Dev-C++ has when I installed the MySQL DevPack.

(Examples\MySQLClientTest\MySQLClientTest.cpp)

This is what I get:


[Linker error] undefined reference to `__gxx_personality_v0'


d:\Dev-Cpp\Examples\MySQLClientTest\Makefile.win
[Build Error] [MySQLClientTest.exe] Error 1



I've opened the object file and _gxx_personality_v0 is the last reference. I've searched all files for gxx_personality, and I get no matches.
Anyone have any clues?
Sign In or Register to comment.