This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: ecj branch
- From: Tom Tromey <tromey at redhat dot com>
- To: gnustuff at thisiscool dot com
- Cc: java at gcc dot gnu dot org, Andrew Haley <aph at redhat dot com>
- Date: 01 Dec 2006 13:55:38 -0700
- Subject: Re: ecj branch
- References: <DB63BAXU2KJZWPOOMSZWDCKHEBXZY.4570957f@d9300>
- Reply-to: tromey at redhat dot com
>>>>> "Mohan" == Mohan Embar <gnustuff@thisiscool.com> writes:
Mohan> I've downloaded the recommended gmp and mpfr, but
Mohan> the build is dying because I've installed these to non-standard
Mohan> locations and can't for the life if me figure out the proper incantation
Mohan> to get gcc to pick these up.
I didn't even try this; instead I downloaded the rawhide GMP SRPM,
built it on my FC 5 box, and installed the result. (I tried grabbing
the RPM from the development repo, but yum wanted to upgrade my glibc
as well, and I wasn't comfortable doing that.)
Mohan> What's more, I'm running into a
Mohan> cross compilation issue where configure in libstdc++ tries to
Mohan> run an executable built with the cross compiler.
Ugh. File it in bugzilla I suppose...
Mohan> I then tried pulling down the trunk to see if the libstdc++
Mohan> configury fared any better
You could look at configure.ac, or whatever, to see if the code is
different on the trunk.
Tom