Differences between revisions 1 and 2
Revision 1 as of 2007-12-05 13:14:05
Size: 333
Editor: infno1613
Comment:
Revision 2 as of 2007-12-05 13:14:16
Size: 333
Editor: infno1613
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
== linker error: undefined reference to __cxa_get_exception_ptr == == Linker error: undefined reference to __cxa_get_exception_ptr ==

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++ !

CompleteSearch: completesearch/ProblemsCompiling (last edited 2007-12-05 13:27:29 by infno1613)