#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&) const", referenced from:
[ >4700 char long error message follows ]
#cplusplusbestlanguageever