This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]