This is the mail archive of the gcc-help@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]

Re: a question about gcc -v


ali hagigat <hagigatali@gmail.com> writes:

> What GMP and MPFR  could be, you think. Are they some other components of GCC?

GMP and MPFR are libraries that are not part of gcc but are used by gcc.

http://gmplib.org/
http://mpfr.org/

GCC mainline also requires the MPC library:

http://www.multiprecision.org/

Ian


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