19.ItX_IWZw.540.87 writes:
the problem seem to be, on linux, newer version of egcs (2.9.x) and also glibc version and with which version of egcs/gcc the glibc was compiled.
the error i get from Gem on load seem to be unitialized variables: undefined symbol: _6GemMan.m_shininess or undefined symbol: _6GemMan.m_windowState
This doesn´t look like a library problem, as the undefined symbols should be part of Gem
_6GemMan.m_shininess .. isn´t this m_mat_shininess ???
Could be some compiler problem with static members, as m_mat_shininess and m_windowState both are static ... ???
Guenter