GIMP Tool Install Problem

Genes MailLists lists at sapience.com
Sun Nov 7 17:48:00 UTC 2010


On 11/06/2010 10:59 PM, Frank Tanner wrote:
all it by using gimptool --install fix-ca.c I get
> the following error:
> 
> /usr/bin/ld: /tmp/cckhAeee.o: undefined reference to symbol
> 'floor@@GLIBC_2.0'
> /usr/bin/ld: note: 'floor@@GLIBC_2.0' is defined in DSO /lib/libm.so.6
> so try adding it to the linker command line
> /lib/libm.so.6: could not read symbols: Invalid operation
> collect2: ld returned 1 exit status


  Sounds like math library "-lm" is missing from the link line - maybe
look in the makefile for your plugin and add the missing library maybe ?

  Never used gimptool ...


More information about the users mailing list