Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
I presume you are using g++. If so what options are you passing to g++? It looks like you are not passing -fno-rtti and -fno-exceptions. The wiki contains a recommended set of options to pass here. If you are passing all of these, which version of g++ are you using?
Your are right. Using these options solves the problem. Thanks, John!
jnc100 wrote:I presume you are using g++. If so what options are you passing to g++? It looks like you are not passing -fno-rtti and -fno-exceptions. The wiki contains a recommended set of options to pass here. If you are passing all of these, which version of g++ are you using?