I get:../../stable/src/Paragraph.cpp: In member function ‘void lyx::Paragraph::latex(const lyx::BufferParams&, const lyx::Font&, lyx::otexstream&, const lyx::OutputParams&, int, int, bool) const’: ../../stable/src/Paragraph.cpp:2378: error: thread-local storage not supported for this target
It seems that the nice ifdef that try to define thread-local types are not correct for this old os version.
JMarc