Building OpenJDK with a more recent compiler
Christian Thalinger
twisti at complang.tuwien.ac.at
Tue Sep 16 15:40:16 UTC 2008
On Tue, 2008-09-16 at 15:20 +0000, BOB.NETTLETON at ORACLE.COM wrote:
> Hi Christian,
>
> I've installed the GMP and MPFR libraries to separate directories
> other than /usr/lib or /usr/bin. When I built gcc, I used the
> configuration setting to point towards the local builds of these
> libraries.
>
> When you mention copying the libraries into the toolchain, is there a
> particular directory you're referring to? I've tried copying the
> shared objects into the "lib" directory of the gcc build, but this did
> not solve the problem.
To find the required libraries in my arm-linux toolchain I copied the
libraries into:
$prefix/arm-unknown-linux-gnu/usr/lib
- Christian
More information about the build-dev
mailing list