https://gcc.gnu.org/bugzilla/show_bug.cgi?id=28009
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
--- Comment #6 from wilson at gcc dot gnu dot org 2008-02-01 23:39 ---
Configuring --without-x is a possible workaround. I haven't tried it. I also
haven't tried to reproduce the problem.
The problem comes from the AC_PATH_XTRA call in libjava/configure.ac. This is
a documented autoc
--- Comment #5 from jwlemke at specifix dot com 2008-02-01 16:43 ---
I ran into this problem as well. I was building x86 x mips64.
FWIW, my solution was this:
2008-01-31 James Lemke <[EMAIL PROTECTED]>
* configure.ac: For a cross, if --with-x was not specified supress it.
--- Comment #4 from tbm at cyrius dot com 2006-09-04 10:10 ---
And what if you don't specify --with-sysroot? Everything else compiles fines
without this option.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28009
--- Comment #3 from pinskia at gcc dot gnu dot org 2006-09-03 07:23 ---
This worked for me with using --with-sysroot=MYSYSROOT with a cross from
i686-pc-linux-gnu to powerpc64-linux-gnu even with all the multilibs for ppc64
:).
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28009
--- Comment #2 from tbm at cyrius dot com 2006-06-13 07:17 ---
Created an attachment (id=11659)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11659&action=view)
command line causing problem
Here's a sample command line showing the problem. Removing the -I/usr/include
makes it wor
--- Comment #1 from tbm at cyrius dot com 2006-06-13 07:13 ---
Created an attachment (id=11658)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11658&action=view)
alpha-linux-gnu/libjava/config.log
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28009