Hi.
I am compiling a project with ITK 5.1.2 over KDE Neon (based on Ubuntu 20.04 LTS) and I obtain the error: /usr/bin/ld: cannot find -lproxTV. However, if I go to ./itk/lib there is libitkproxTV-5.1.a. And ITK compiled without problem (some warning).
I tried to compile ITK with gcc (9.3.0) and clang (10.0.1) but it shows the same error. I have defined in my .profile:
export VTK_DIR=/opt/vtk/lib/cmake/vtk-9.0
export ITK_DIR=/opt/itk/lib/cmake/ITK-5.1
Can someone help me?
Many thanks.