Current-Users archive

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

Re: gtk3 vs. current: nearbyint



On Sat, Feb 09, 2013 at 07:03:59PM +0000, Patrick Welche wrote:
> On Sat, Feb 09, 2013 at 06:58:40PM +0100, Thomas Klausner wrote:
> > It looks like we only have the header:
> > > cat test.c
> > #include <math.h>
> > #include <stdio.h>
> > 
> > int main() {
> >         printf("%f", nearbyint(3.5));
> > }
> > > gcc test.c
> > /var/tmp//ccWfMjjI.o: In function `main':
> > ii.c:(.text+0xd): undefined reference to `nearbyint'

It seems we were between CVS commits:

Date: Sun, 10 Feb 2013 03:07:10 +0000 (UTC)
From: NetBSD source update <srcmastr%NetBSD.org@localhost>
Subject: daily CVS update output
To: source%NetBSD.org@localhost


Updating src tree:
...
U src/lib/libm/src/s_nearbyint.c 

So all should be well...

Cheers,

Patrick


Home | Main Index | Thread Index | Old Index