<html>
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">On 03/11/13 03:59 PM, Michael Schwendt
      wrote:<br>
    </div>
    <blockquote cite="mid:20131103215915.3d428259@faldor.intranet"
      type="cite">
      <pre wrap="">On Sun, 03 Nov 2013 15:55:18 -0500, Frank wrote:

</pre>
      <blockquote type="cite">
        <pre wrap="">I am trying to compile the FocusBlue plugin for GIMP on Fedora 19.
The make file spits out this error when linking:


/usr/bin/ld: diffusion.o: undefined reference to symbol '<a class="moz-txt-link-abbreviated" href="mailto:expf@@GLIBC_2.0">expf@@GLIBC_2.0</a>'
/usr/bin/ld: note: '<a class="moz-txt-link-abbreviated" href="mailto:expf@@GLIBC_2.0">expf@@GLIBC_2.0</a>' is defined in DSO /lib/libm.so.6 so 
try adding it to the linker command line
</pre>
      </blockquote>
      <pre wrap="">
(!)

</pre>
      <blockquote type="cite">
        <pre wrap="">/lib/libm.so.6: could not read symbols: Invalid operation


Can anyone help?
</pre>
      </blockquote>
      <pre wrap="">
Try adding  -lm  to the linker invocation (e.g. in a Makefile).
</pre>
    </blockquote>
    <br>
    <font face="Verdana">   I added it to the Makefile but for some
      reason it didn't work. But re-running<br>
      configure with the addition LIBS=-lm did work.<br>
      <br>
      Cheers<br>
      <br>
      <br>
    </font>
  </body>
</html>