http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48378

--- Comment #15 from nbi at wideopenwest dot com 2011-04-02 23:42:13 UTC ---
(In reply to comment #13)
> The docs for --with-gmp also point out you might need to use LD_LIBRARY_PATH 
> so
> the gmp/mpfr/mpc libs will be found, which is the cause of the "cannot compute
> suffix" error, but I assume you didn't read those docs since you're not using
> --with-gmp
> 
> I have no idea how you'll get the installed gcc to find those shared libs if
> you haven't bothered to install them and are giving the path to the build dir
> as with_gmp_lib, you're pretty much on your own if you don't want to follow 
> the
> installation instructions.  That's why you're finding it convoluted.
> 
> I suggest just using my config-gcc.mk instead

That doesn't work neither:

make -f config-gcc.mk GCC_VERSION=4.6.0 GMP_VERSION=5.0.1
ln -s ../mpfr-3.0.0 gcc-4.6.0/mpfr
ln -s ../mpc-0.8.2 gcc-4.6.0/mpc
curl -O http://www.mpfr.org/mpfr-current/mpfr-3.0.0.tar.gz

curl: (7) couldn't connect to host
make: *** [mpfr-3.0.0.tar.gz] Error 7

Reply via email to