Re: GCC-4.4.0 install without gmp. Possible?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Sangamesh B <forum.san@xxxxxxxxx> writes:

> Is each gcc compiled executable link with libgmp, by default?
> Or  only in some circumstances libgmp gets linked? (output of ldd <exe>).

libgmp is linked into the gcc compiler itself.

It is not linked into code compiled by gcc (unless that code explicitly
links against -lgmp itself, of course).

Ian

[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux