Estou tentando compilar o Windows VLC usando o Windows Subsystem For Linux (também conhecido como Bash no Ubuntu no Windows).
Estou seguindo este guia:
Ao executar script de configuração, ele mostra:
checking whether x86_64-w64-mingw32-g++ supports C++11 features by default... no
checking whether x86_64-w64-mingw32-g++ supports C++11 features with -std=c++11... no
checking whether x86_64-w64-mingw32-g++ supports C++11 features with -std=c++0x... no
configure: error: *** A compiler with support for C++11 language features is required.
Eu tenho o GCC 5 instalado
~/vlc/win32$ g++ --version
g++ (Ubuntu 5.4.1-2ubuntu2) 5.4.1 20160929
...
~/vlc/win32$ gcc --version
gcc (Ubuntu 5.4.1-2ubuntu2) 5.4.1 20160929