[Bug other/58936] wrong Makefile generated when gmp/mpfr/mpc installed in custom folder

2013-10-31 Thread eoodin at outlook dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58936 --- Comment #2 from Liu Jian eoodin at outlook dot com --- correction: Makefile I corrected should be SRChost-x86_64-unknown-linux-gnu/gcc/Makefile Correction: GMPLIBS = -lmpc -lmpfr -lgmp == GMPLIBS = $HOME/lib/libmpc.a $HOME/lib/libmpfr.a

[Bug other/58936] wrong Makefile generated when gmp/mpfr/mpc installed in custom folder

2013-10-31 Thread eoodin at outlook dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58936 --- Comment #1 from Liu Jian eoodin at outlook dot com --- correction: Makefile I corrected should be SRChost-x86_64-unknown-linux-gnu/gcc/Makefile Correction: GMPLIBS = -lmpc -lmpfr -lgmp == GMPLIBS = $HOME/lib/libmpc.a $HOME/lib/libmpfr.a

[Bug other/58936] wrong Makefile generated when gmp/mpfr/mpc installed in custom folder

2013-10-31 Thread mikpelinux at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58936 --- Comment #3 from Mikael Pettersson mikpelinux at gmail dot com --- (In reply to Liu Jian from comment #0) I configured gcc using: ./configure --prefix=$HOME --with-gmp=$HOME --with-mpfr=$HOME --with-mpc=$HOME When I am compiling gcc 4.8.2,