[fossil-users] pie chart compiling issue: undefined reference

2015-05-09 Thread jungle Boogie
Hi All, Is anyone else having issues compiling fossil from source? On freebsd: bld/piechart.o: In function `piechart_render': /usr/home/user/fossil-repos/fossil/./src/piechart.c:147: undefined reference to `sin' /usr/home/user/fossil-repos/fossil/./src/piechart.c:148: undefined reference to

Re: [fossil-users] pie chart compiling issue: undefined reference

2015-05-09 Thread Richard Hipp
On 5/9/15, jungle Boogie jungleboog...@gmail.com wrote: Hi All, Is anyone else having issues compiling fossil from source? You need to rerun ./configure so that the Makefile knows to add -lm, I think. On freebsd: bld/piechart.o: In function `piechart_render':

Re: [fossil-users] pie chart compiling issue: undefined reference

2015-05-09 Thread jungle Boogie
On 9 May 2015 at 12:16, Richard Hipp d...@sqlite.org wrote: On 5/9/15, jungle Boogie jungleboog...@gmail.com wrote: Hi All, Is anyone else having issues compiling fossil from source? You need to rerun ./configure so that the Makefile knows to add -lm, I think. You're right, I should have