Page 1 of 1

Re: Building imagemagick statically

Posted: 2007-11-22T17:49:18-07:00
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.