source compilation error: undefined references

Stéfan van der Walt stefan at sun.ac.za
Thu Jun 13 07:55:02 EDT 2013


On Thu, Jun 13, 2013 at 11:43 AM, Evan <evanmason at gmail.com> wrote:
> Thanks for your reply.  Can you coach me a little on the modification I need
> to make.  I assume the file to edit is:
> ... /scikit-image-0.8.2/skimage/_shared/setup.py
> But so far I don't see how to resolve what's needed from
> http://docs.cython.org/src/tutorial/external.html#dynamic-linking into the
> setup file.

Yes, you need to add the 'libraries=["m"]' part.

Stéfan



More information about the scikit-image mailing list