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
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
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