On Wed, 2008-05-07 at 01:06 -0400, Mike Frysinger wrote: > On Wednesday 07 May 2008, Ned Ludd wrote: > .... Error 1
> looks like libtool hate, probably due to the stupid -rpath /usr/lib given to > the libtool link line. i bet if you deleted /usr/lib/libgmp.la it'd work ... The joys of cross-compiles.. Had to move libgmp.so out of the way so libtool did not find it in /usr/lib64 but rather the $ROOT/usr/lib. After that mpfr cross-merged without problem. -- [email protected] mailing list
