returns
/home/liberty/tmp/ccQqyMJ7.o: In function `main':
/home/liberty/tmp/ccQqyMJ7.o(.text+0x12): undefined reference to
`roundf'
/home/liberty/tmp/ccQqyMJ7.o(.text+0x39): undefined reference to
`roundf'
collect2: ld returned 1 exit status
I realize that defining _GNU_SOURCE in linux _should_ also define
_ISOC99_SOURCE, but i included it just to be sure.
Or is this just my distro's problem with the version of gcc they've
chosen to use ?
Does anybody have an alternative solution?