Bug #25576 | configure succeeds even if c++ is not fully installed, make then fails | ||
---|---|---|---|
Submitted: | 12 Jan 2007 11:15 | Modified: | 16 Mar 2009 11:39 |
Reporter: | Philip Stoev | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | MySQL Server: Compiling | Severity: | S3 (Non-critical) |
Version: | 5.0.34-BK, 5.0.33 | OS: | Linux (Linux Fedora Core 4) |
Assigned to: | Kent Boortz | CPU Architecture: | Any |
Tags: | qc |
[12 Jan 2007 11:15]
Philip Stoev
[12 Jan 2007 12:40]
Valeriy Kravchuk
Thank you for a problem report and a patch. Please, check with a newer version, 5.0.33, and inform about the results.
[12 Jan 2007 12:41]
Valeriy Kravchuk
Sorry, not patch but general idea how to create it... Check with 5.0.33 anyway, please.
[12 Jan 2007 12:55]
Philip Stoev
The situation is the same with 5.0.33
[12 Jan 2007 13:38]
Valeriy Kravchuk
Verified just as described (one will need just to execute mv /usr/bin/g++ /usr/bin/gg++ to repeat - no need to remove entire RPM), also - with latest 5.0.34-BK on Linux.
[6 May 2008 4:08]
John Xu
run make and has error ../depcomp: line 512: exec: g++: not found mysql version: mysql-5.0.51b
[6 May 2008 4:11]
John Xu
I was installing mysql mysql-5.0.51b on centOS 5.1
[16 Mar 2009 11:39]
Daniel Fischer
This is not a bug in the MySQL Server. The AC_PROG_CXX macro of autoconf seems to be easily confused by setting the CXX environment variable to a name that doesn't refer to an existing binary.