galculator-2.1 fatal error: 'quadmath.h' file not found

Christian Weisgerber naddy at mips.inka.de
Thu Feb 14 15:48:58 UTC 2013


b.f. <bf1783 at gmail.com> wrote:

> installed.  Here galculator's faulty configure script (which was
> probably written and tested on a system that has a recent version of
> gcc as the default compiler) looks for and finds libquadmath, which is
> part of gcc-4.[678], and then attempts to use it, without checking if
> the compiler that you are using can use GCC quadmath:
> 
> > checking for sinhq in -lquadmath... yes

That makes sense, but I don't understand how the configure script
manages to find libquadmath, which is hidden in ${LOCALBASE}/lib/gcc46/.

With lang/gcc46 installed, I cannot reproduce the problem:

checking for sinhq in -lquadmath... no

-- 
Christian "naddy" Weisgerber                          naddy at mips.inka.de



More information about the freebsd-ports mailing list