Markus Neteler wrote: > With gcc 4.3.2 (after Linux upgrade) I get a compile error in both wxpython's > nviz and vdigit: > > undefined reference to `std::ios_base::Init::Init[in-charge]()' > > Searching around, I found > http://bytes.com/groups/c/158974-compiler-linker-error-undefined-reference-std-ios_base-init-init-charge > > Attached diff solves the problem. Any objections to > apply it to trunk?
I dare say that works fine on one particular platform, but really someone is going to have to figure out how to use distutils to compile and link the C/C++ portion of a Python package. -- Glynn Clements <[email protected]> _______________________________________________ grass-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-dev
