| Новости | FAQ | Авторы | Документация | В действии | Библиотека |
| Инструменты | Полезные ссылки | Хостинги | Скачать | Примеры | Форум |
agb 08.05.2007 15:59 / 08.05.2007 16:05
При запуске:checking for RCC... no checking for xlC_r... no checking for xlC... no checking for C++ compiler default output... configure: error: C++ compiler cannot create executables See `config.log' for more details.Компилятор есть установленный GCC:
configure:2052: checking for xlC
configure:2081: result: no
configure:2094: checking for C++ compiler version
configure:2097: g++ --version </dev/null >&5
./configure: line 2098: g++: command not found
configure:2100: $? = 127
configure:2102: g++ -v </dev/null >&5
./configure: line 2103: g++: command not found
configure:2105: $? = 127
configure:2107: g++ -V </dev/null >&5
./configure: line 2108: g++: command not found
configure:2110: $? = 127
configure:2134: checking for C++ compiler default output
configure:2137: g++ conftest.cc >&5
./configure: line 2138: g++: command not found
configure:2140: $? = 127
configure: failed program was:
| #line 2113 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:2179: error: C++ compiler cannot create executables
See `config.log' for more details.Как исправить?