Building imagemagick statically

Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
Post Reply
User avatar
anthony
Posts: 8883
Joined: 2004-05-31T19:27:03-07:00
Authentication code: 8675308
Location: Brisbane, Australia

Re: Building imagemagick statically

Post by anthony »

The LD_LIBRARY_PATH are environment variables that are defined BEFORE running convert. ALSo they have to be complete paths including existing system directories and all other library directories that you may need.

The LDFLAGS are simular though it specifics extra flags just for the linker stage,
-L is for compile time library locating, -R is for run time library locating. Both flags may need to be used with a specific library directory.
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
Post Reply