Kris Kennaway wrote:
> > > /usr/src/contrib/gperf/src/bool-array.icc:81: warning: rand() does not produce 
>high-quality random numbers and should not generally be used
> > > /usr/obj/usr/src/i386/usr/lib/libstdc++.so: undefined reference to `fabsl'
> > > *** Error code 1
> > >
> > This is because we lack the
> >
> > long double fabsl(long double);
> >
> > in -lm and <math.h>.
> 
> OK, thanks for tracking it down.  This looks like an important
> omission that should be fixed for 5.0-R.


Is it?

What standard defines this thing, which g++ has as a built-in?

Alternately, the use could avoid adding the "-fno-builtin", and
the problem would go away.

-- Terry

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to