On 15 June 2014 01:06, Ivan Stalev wrote: > Unfortunately, I keep getting build errors: > > g++: unrecognized option '-static-libstdc++' > conftest.cpp:11:2: error: #error -static-libstdc++ not implemented > > conftest.c:18: error: 'choke' undeclared (first use in this function) > conftest.c:18: error: (Each undeclared identifier is reported only once > conftest.c:18: error: for each function it appears in.) > conftest.c:18: error: expected ';' before 'me' That doesn't look like a build error, that looks like a configure test to find out what is supported - many of those tests are supposed to fail. GCC 4.8.1 builds fine on x86_64-unknown-linux-gnu so you must be doing something wrong, but you're not showing enough information for anyone to diagnose it.