[Bug 659] New: QMEU mis-detects gcc32 as gcc-3.* on Gentoo, then compilation fails
bugzilla-daemon at bugzilla.openmoko.org
bugzilla-daemon at bugzilla.openmoko.org
Wed Jul 25 19:40:36 CEST 2007
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=659
Summary: QMEU mis-detects gcc32 as gcc-3.* on Gentoo, then
compilation fails
Product: OpenMoko
Version: current svn head
Platform: Other
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: qemu-neo1973
AssignedTo: dodji at openedhand.com
ReportedBy: werner at openmoko.org
CC: buglog at lists.openmoko.org
QEMU mis-detects gcc32 as a 3.x version. Output:
WARNING: "gcc" looks like gcc 4.x
Looking for gcc 3.x
Found "gcc32"
but gcc32 is really ...
gcc (GCC) 4.1.1 (Gentoo 4.1.1-r3)
trunk/src/host/qemu-neo1973/configure contains the rather amusing line
if "$cross_prefix$compat_cc" --version > /dev/null 2>&1 ; then
"Is there anything out there that accepts a --version option" ? I'd
rather think so :-) Something like
| fgrep ' (GCC) 3.' >/dev/null
should fix the problem. (Untested.)
Joachim suggested that this is an upstream issue. If we can't get the fix
applied there, perhaps we could just put in our local repository, which,
after all, already contains the extracted source.
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
More information about the buglog
mailing list