[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 --- correction: Makefile I corrected should be host-x86_64-unknown-linux-gnu/gcc/Makefile Correction: GMPLIBS = -lmpc -lmpfr -lgmp ==> GMPLIBS = $HOME/lib/libmpc.a $HOME/lib/libmpfr.a $HOME/lib/libgmp.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 #2 from Liu Jian --- correction: Makefile I corrected should be host-x86_64-unknown-linux-gnu/gcc/Makefile Correction: GMPLIBS = -lmpc -lmpfr -lgmp ==> GMPLIBS = $HOME/lib/libmpc.a $HOME/lib/libmpfr.a $HOME/lib/libgmp.a

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

2013-10-31 Thread eoodin at outlook dot com
Priority: P3 Component: other Assignee: unassigned at gcc dot gnu.org Reporter: eoodin at outlook dot com I configured gcc using: ./configure --prefix=$HOME --with-gmp=$HOME --with-mpfr=$HOME --with-mpc=$HOME When I am compiling gcc 4.8.2, I got error: cannot