Help with using the Angstrom SDK for cross-compiling

Hi guys,

I've just set-up an angstrom SDK on Ubuntu 11.10 x86_64 and configured
the ARM cross-compiler in Code::Blocks.

However, when compiling a standard template I receive the following
error:

'error while loading shared libraries: libmpfr.so.1: cannot open
shared file: No such file or directory'

Looking for the library in /usr/local/angstrom/arm/arm-angstrom-linux-
gnueabi/usr/lib I can find only libmpfr.so, libmpfr.so.4 and
libmpfr.so.4.0.0. I have attempted to create a symbolic link called
libmpfr.so.1 but this does not help. The directory is in the
Code::Blocks Search Directories -> Linker tab.

I'm unsure where to go from here and would greatly appreciate any
help. I've posted on the angstrom mailing list but it appears
relatively less active and I know there's some angstrom geniuses
around here!

Many thanks,
Alistair

Probably the best place to ask about this would be the OE-core mailing
list as that's where the development of OpenEmbedded (Angstrom is
based on OE) takes place. Try openembedded-core@lists.openembedded.org

Problem solved. Issue was that stable release of angstrom didn't play
nice with my distro and had to pick the 'next' option.

Cheers