Re: rss-glx screen saver compilation fails?

2008-09-09 Thread perryh
> spirographx.o(.text+0x30f): In function `getAll': > : undefined reference to `sincosf' Per Google, it's a gnu-ism: http://linux.die.net/man/3/sincosf void sincosf(float x, float *sin, float *cos); Several applications need sine and cosine of the same angle x. This function computes

rss-glx screen saver compilation fails?

2008-09-09 Thread Henrik Hudson
Hey List, running FreeBSD-7-stable (from April or so) i386 binary nVidia drivers Has anybody successfully got rss-glx (really slick screensavers; http://rss-glx.sourceforge.net/ ) to compile for them? It isn't in ports and I was trying to compile it. I think I got all of the dependencies, etc