linker error while invoking "make" command in my ITK's build directory

Hi all,
I got the below error when I invoke the make command in ITK’s build directory.

clang: **error:** linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [bin/libitktiff.3.20.1.dylib] Error 1
make[1]: *** [Utilities/itktiff/CMakeFiles/itktiff.dir/all] Error 2
make: *** [all] Error 2

The steps I followed are:

  1. cd to my build directory which is a sibling to ITK’s directory
  2. I invoked ccmake …/ITK_directory
  3. run “make” in the build directory

I am using ITK 3.20 on Mac OS.

Any help me in resolving this error will be appreciated.

Thanks in advance.
Best Regards,
Nayra Ahmed

This release is 10 years old. Try a newer version of ITK or an older version of MacOS.

@dzenanz
Is there a newer version that contains the patented codes ??

No. With ITKv4, decision was made to remove all the patented code and be careful not to introduce it into the toolkit again.