A list of compilation problems we have encountered

Linker error: undefined reference to __cxa_get_exception_ptr

05Dec07 (Gabriel and Holger)

Happens when linking .o files compiled with g++-3.4 together with .o files compiled with g++-4.x

Solution: make sure to compile all .o files with the same version of g++ !