[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
libtool fails without a CXX compiler installed
From: |
Eric Sandall |
Subject: |
libtool fails without a CXX compiler installed |
Date: |
Tue, 24 May 2005 09:54:23 -0700 |
User-agent: |
Mozilla Thunderbird 1.0.2 (X11/20050523) |
(Example is from compiling pkgconfig):
Without g++ installed:
checking whether we are using the GNU C++ compiler... no
checking whether g++ accepts -g... no
checking dependency style of g++... none
checking how to run the C++ preprocessor... /lib/cpp
configure: error: C++ preprocessor "/lib/cpp" fails sanity check
See `config.log' for more details
config.log:
...
configure:4894: /lib/cpp conftest.cc
cpp: conftest.cc: C++ compiler not installed on this system
configure:4900: $? = 1
...
Compiles fine with g++ installed.
However, when I check the compile log it never calls g++, just checks
for its
existence and fails out.
(References: http://bugs.sourcemage.org/show_bug.cgi?id=8957 and
https://bugs.freedesktop.org/show_bug.cgi?id=3376).
- libtool fails without a CXX compiler installed,
Eric Sandall <=
- Re: libtool fails without a CXX compiler installed, Ralf Wildenhues, 2005/05/24
- Re: libtool fails without a CXX compiler installed, Eric Sandall, 2005/05/24
- Re: libtool fails without a CXX compiler installed, Bob Friesenhahn, 2005/05/24
- Re: libtool fails without a CXX compiler installed, Eric Sandall, 2005/05/24
- Re: libtool fails without a CXX compiler installed, Bob Friesenhahn, 2005/05/24
- Re: libtool fails without a CXX compiler installed, Eric Sandall, 2005/05/24
- Re: libtool fails without a CXX compiler installed, Peter O'Gorman, 2005/05/24
- Re: libtool fails without a CXX compiler installed, Peter O'Gorman, 2005/05/24
- Re: libtool fails without a CXX compiler installed, Eric Sandall, 2005/05/24
- Re: libtool fails without a CXX compiler installed, Peter O'Gorman, 2005/05/24