Re: [Geany-devel] [PATCH] Link export plugin against libm (-lm)

2012-06-21 Thread Colomban Wendling
Le 21/06/2012 10:06, Chow Loong Jin a écrit : > The export plugin uses the pow() function from libm without linking against > it. It has worked so far because Geany itself has a link against libm, but > should that be removed in the future, this would fail to resolve symbols. > > Signed-off-by: Ch

[Geany-devel] [PATCH] Link export plugin against libm (-lm)

2012-06-21 Thread Chow Loong Jin
The export plugin uses the pow() function from libm without linking against it. It has worked so far because Geany itself has a link against libm, but should that be removed in the future, this would fail to resolve symbols. Signed-off-by: Chow Loong Jin --- plugins/Makefile.am |2 +- 1 file