This is the mail archive of the gcc@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: how to get libquadmath source


Syed Bilal Mehdi <bilal.mehdi87@gmail.com> writes:

> I am not sure where to put this message, but can anyone tell me where I can
> find source for libquadmath.

It's in the libquadmath directory in the gcc sources.  If you don't know
what that means, then, for future reference, this message should have
been sent to gcc-help@gcc.gnu.org, not gcc@gcc.gnu.org.  The
gcc@gcc.gnu.org mailing list is for gcc developers.  Thanks.  You can
find libquadmath in the gcc 4.6.0 release; see http://gcc.gnu.org/ for
how to download that.

> Furthermore, is it possible to build it using
> old version of gcc (gcc4.1 to be precise)?

libquadmath requires support for the float128 type, and gcc 4.1 did not
support that type.  So, no.

Ian


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