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 ...
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines

Reply via email to