This is my first post so, Hellow.
I met similar problem described
here so I decided to update gimp-gap plugin from git, so it will be compatible with 2.8 version of gimp.
I'm on ubuntu 14.04.
After cloning repository, I met compilation error:
Quote:
/usr/bin/ld: ../libgapbase/libgapbase.a(gap_base.o): undefined reference to symbol 'exp@@GLIBC_2.2.5'
/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/libm.so: error adding symbols: DSO missing from command line
Can somebody tell me how to edit makefiles or other files to fix it?