barry@python.org (Barry A. Warsaw) writes: > checking whether the C++ compiler works... configure: error: cannot run C++ compiled programs. > If you meant to cross compile, use `--host'. > -------------------- snip snip -------------------- > > Even though: > > % c++ --version > c++ (GCC) 3.2 That means that the c++ that you have installed fails to build working binaries. This, in turn, most likely means that libgcc_s.so.1 was not found. To correct this, either - install libgcc_s.so.1 into /usr/local/lib, and re-run ldconfig, or - add the path that has libgcc_s.so.1 to /etc/ld.so.conf, and re-run ldconfig. Alternatively, configure --without-cxx. Regards, Martin
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4