./configure: https://pastebin.com/Q01ksLkc
make: https://pastebin.com/uEnvi57P
As you can see, make fails with the following error when it begins building the utilities:
Code: Select all
  CC       utilities/magick.o
  CCLD     utilities/magick
MagickCore/.libs/libMagickCore-7.Q16HDRI.so: undefined reference to `MagickMax'
MagickCore/.libs/libMagickCore-7.Q16HDRI.so: undefined reference to `MagickMin'
collect2: error: ld returned 1 exit status
Makefile:7043: recipe for target 'utilities/magick' failed