> G++ creates undefined symbols for static const class member variables > for the test code in the attached file. It's ISO C++: class static data members must have a definition outside the class definition, even if they are const. -- Eric Botcazou