|
From: | Sharma Tatapudi |
Subject: | [Aspell-user] Installation Problem with Aspell 0.50 + C++ compiler cannot create executables |
Date: | Fri, 18 Jun 2004 12:04:32 -0500 |
Hi,
I am trying to install Aspell 0.50 on RedHat 8
When I run ./configure, I get the following error: Checking for C++ compiler default output… configure: error: C++ compiler cannot create executables
I have checked that my environment variable CXX is set to gcc
At command prompt, when I type in gcc –version, it says gcc 3.2-7
What am I missing here?
Other information from the config.log:
--------------------------------------------------------------------- checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... gawk checking whether make sets ${MAKE}... yes checking whether to enable maintainer-specific portions of Makefiles... no checking for g++... no checking for c++... no checking for gpp... no checking for aCC... no checking for CC... no checking for cxx... no checking for cc++... no checking for cl... no checking for FCC... no checking for KCC... no checking for RCC... no checking for xlC_r... no checking for xlC... no
configure:1437: checking for a BSD-compatible install configure:1491: result: /usr/bin/install -c configure:1502: checking whether build environment is sane configure:1545: result: yes configure:1578: checking for gawk configure:1594: found /bin/gawk configure:1604: result: gawk configure:1614: checking whether make sets ${MAKE} configure:1634: result: yes configure:1780: checking whether to enable maintainer-specific portions of Makefiles configure:1789: result: no configure:1884: checking for g++ configure:1913: result: no configure:1884: checking for c++ configure:1913: result: no configure:1884: checking for gpp configure:1913: result: no configure:1884: checking for aCC configure:1913: result: no configure:1884: checking for CC configure:1913: result: no configure:1884: checking for cxx configure:1913: result: no configure:1884: checking for cc++ configure:1913: result: no configure:1884: checking for cl configure:1913: result: no configure:1884: checking for FCC configure:1913: result: no configure:1884: checking for KCC configure:1913: result: no configure:1884: checking for RCC configure:1913: result: no configure:1884: checking for xlC_r configure:1913: result: no configure:1884: checking for xlC configure:1913: result: no configure:1926: checking for C++ compiler version configure:1929: g++ --version </dev/null >&5 ./configure: line 1: g++: command not found configure:1932: $? = 127 configure:1934: g++ -v </dev/null >&5 ./configure: line 1: g++: command not found configure:1937: $? = 127 configure:1939: g++ -V </dev/null >&5 ./configure: line 1: g++: command not found configure:1942: $? = 127 configure:1968: checking for C++ compiler default output configure:1971: g++ conftest.cc >&5 ./configure: line 1: g++: command not found configure:1974: $? = 127 configure: failed program was: #line 1945 "configure" #include "confdefs.h"
#ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () {
; return 0; } configure:2001: error: C++ compiler cannot create executables
Appreciate your help.
Thanks.
|
[Prev in Thread] | Current Thread | [Next in Thread] |