I get this when I try to compile the latest source (4.2.0) on Ubuntu 16.10 64bit:
/usr/bin/ld: /usr/local/lib/libGraphicsMagick.a(magick_libGraphicsMagick_la-blob.o): relocation R_X86_64_PC32 against symbol `GetBlobInfo' can not be used when making a shared object; recompile with -fPIC
/usr/bin/ld: final link failed: Bad value
What can I do to fix this?
Larry Bottorff