Operating system: centOS8
Slicer version: 4.10.2
I’m following the instructions on nightly build.
However when I start building the slicer, I get the following error:
[ 10%] No install step for ‘DCMTK’
[ 10%] Completed ‘DCMTK’
[ 10%] Built target DCMTK
make: *** [Makefile:95: all] Error 2
If I run make without the -j option I get:
Creating ‘bin/./Modules/Setup.local’
…/…/lib/libpython2.7.so: undefined reference to `minor’
…/…/lib/libpython2.7.so: undefined reference to `major’
…/…/lib/libpython2.7.so: undefined reference to `makedev’
collect2: error: ld returned 1 exit status
make[5]: *** [CMakeBuild/python/CMakeFiles/python.dir/build.make:92: bin/python] Error 1
make[4]: *** [CMakeFiles/Makefile2:3596: CMakeBuild/python/CMakeFiles/python.dir/all] Error 2
make[3]: *** [Makefile:141: all] Error 2
make[2]: *** [CMakeFiles/python.dir/build.make:118: python-prefix/src/python-stamp/python-build] Error 2
make[1]: *** [CMakeFiles/Makefile2:1032: CMakeFiles/python.dir/all] Error 2
make: *** [Makefile:95: all] Error 2
Thank you in advance for any help or suggestions!