------- Comment #3 from jframos45 at hotmail dot com 2010-07-22 20:10 ------- Exactly, I was doing that. I have put out the namespace "#include <cxxabi.h>" and building was correct.
#include <bits/cxxabi_tweaks.h> #include <cxxabi.h> namespace ns3 { ... } Thanks! -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45031