This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/42727] configure: error: cannot compute suffix of object files: cannot compile
- From: "hjl dot tools at gmail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 13 Jan 2010 14:07:56 -0000
- Subject: [Bug bootstrap/42727] configure: error: cannot compute suffix of object files: cannot compile
- References: <bug-42727-10743@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #2 from hjl dot tools at gmail dot com 2010-01-13 14:07 -------
(In reply to comment #1)
> Created an attachment (id=19572)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19572&action=view) [edit]
> config.log
>
> I don't see anything obvious.
>
Did you have g++ installed?
---
configure:4864: checking for C++ compiler version
configure:4873: g++ --version >&5
../trunk/configure: line 4875: g++: command not found
configure:4884: $? = 127
configure:4873: g++ -v >&5
../trunk/configure: line 4875: g++: command not found
configure:4884: $? = 127
configure:4873: g++ -V >&5
../trunk/configure: line 4875: g++: command not found
configure:4884: $? = 127
configure:4873: g++ -qversion >&5
../trunk/configure: line 4875: g++: command not found
configure:4884: $? = 127
configure:4888: checking whether we are using the GNU C++ compiler
configure:4907: g++ -c conftest.cpp >&5
../trunk/configure: line 1748: g++: command not found
----
--
hjl dot tools at gmail dot com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |WAITING
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42727