On Sat, 28 Mar 2009, David Edelsohn wrote: > > If you're able to compile and install GCC on a system then my experience > > is that configuring and installing GMP and MPFR from .tar.gz is hassle > > free (you must use --disable-shared on both) and does not take very long > > relative to GCC bootstrap. On the GCC Compile Farm if you look > > at it GMP and MPFR in /opt/cfarm are not compiled by root :). > > Graphite needs shared libgmpxx to avoid linking cc1 with libstdc++.
I added the --with-host-libstdcxx configure option specifically so you can link with static copies of GMP, MPFR, PPL, CLooG and with either a shared or a static copy of libstdc++. -- Joseph S. Myers jos...@codesourcery.com