On Tue, 2008-09-16 at 15:20 +0000, [EMAIL PROTECTED] 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
