Technological tribulation IX

#include <iostream>
int main()
{
  std::cout << "hello world";
}

$ gcc hello.cpp
Undefined symbols for architecture x86_64:
"std::__1::locale::use_facet(std::__1::locale::id&amp;) const", referenced from:
[ >4700 char long error message follows ]

#cplusplusbestlanguageever

Originally posted on Twitter