[oe] SDK problems. GCC won't launch because it can't find libmpfr.so.4

2010-08-10 Thread Tasslehoff Kjappfot
I've compiled an SDK from a source tree in //data/src/lead-dev/openembedded/, and the resulting gcc compiler for arm has an RPATH of //data/src/lead-dev/openembedded/build/angstrom-dev/sysroots/i686-linux/usr/lib/, and will only run on my machine as long as that directory exists. If I remove

Re: [oe] SDK problems. GCC won't launch because it can't find libmpfr.so.4

2010-08-10 Thread Tasslehoff Kjappfot
This is apparently because it wants a native version of libmpfr.so.4, which is not available for Ubuntu 10.04. OE compiled a version of the library in the TMPDIR where I created the SDK, but of course that is not distributed with the SDK. I tried grabbing libmpfr.so.4 from Ubuntu 10.10, but