[oe-issues] [Bug 1906] New: freetype-2.3.0 fails to build on x86_64
bugzilla-daemon at tinman.treke.net
bugzilla-daemon at tinman.treke.net
Fri Feb 23 15:42:16 UTC 2007
http://bugs.openembedded.org/show_bug.cgi?id=1906
Summary: freetype-2.3.0 fails to build on x86_64
Product: Openembedded
Version: Angstrom
Platform: Other
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Build
AssignedTo: openembedded-issues at lists.openembedded.org
ReportedBy: compovod at gmail.com
QAContact: tinderbox-oe at gmx.net
I use Gentoo x86_64
freetype-2.3.0 failed to build on the do_configure stage with the following
error:
checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu
checking for x86_64-pc-linux-gnu-gcc... (cached) x86_64-pc-linux-gnu
checking for x86_64-pc-linux-gnu-gcc... (cached) x86_64-pc-linux-gnu
checking for suffix of native executables... ./configure: line 3392:
x86_64-pc-linux-gnu: command not found
configure: error: native C compiler is not working
freetype-2.2.1 builds OK.
My investigation showed that the problem is in the file:
freetype-2.3.0/builds/unix/configure.raw
AC_CHECK_PROG(CC_BUILD, ${build}-gcc, ${build-gcc})
should probably be
AC_CHECK_PROG(CC_BUILD, ${build}-gcc, ${build}-gcc)
(at least it builds fine with this change)
--
Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the Openembedded-issues
mailing list