Lines Matching full:libraries
21 (e.g. stdlib.h), and if any delegate libraries are available for ImageMagick
41 Shared libraries --enable-shared=yes yes
42 Static libraries --enable-static=yes yes
107 You can influence choice of compiler, compilation flags, or libraries of the
127 Library paths (.e.g. -L/usr/local) to look for libraries systems that
129 argument in order to find shared libraries at run time. For example,
136 Extra libraries (.e.g. -l/usr/local/lib) required to link.
146 but if it doesn't, you can use the --x-includes=path and --x-libraries=path
160 libraries are found by compiler) it will be included in the build. The
169 build the shared libraries and support for loading coder and process
170 modules. Shared libraries are preferred because they allow programs
172 addition shared libraries are required in order for PerlMagick to be
177 additional challenges. If ImageMagick is built using static libraries (the
178 default without --enable-shared) then delegate libraries may be built as
179 either static libraries or shared libraries. However, if ImageMagick is
180 built using shared libraries, then all delegate libraries must also be
181 built as shared libraries. Static libraries usually have the extension
182 .a, while shared libraries typically have extensions like .so, .sa, or
183 .dll. Code in shared libraries normally must compiled using a special
190 same flag (for gcc use -fPIC rather than -fpic). While static libraries
191 are normally created using an archive tool like ar, shared libraries
201 possible (note that all libraries used with ImageMagick must be shared
202 libraries!).
205 static archive libraries (with extension .a) are not built. If you
206 are building shared libraries, there is little value to building static
207 libraries. Reasons to build static libraries include: 1) they can be
209 libMagick.so); 3) building PIC versions of the delegate libraries may
211 libraries.
456 By default, ImageMagick uses the X11 delegate libraries if they are
470 ImageMagick. The configure script tests for headers and libraries by
540 By default, ImageMagick is installs binaries in /../usr/local/bin, libraries
572 ImageMagick developers use the current release of all dependent libraries.
590 Although you can download and install delegate libraries yourself, many
592 whichever delegate libraries you require such as JPEG, PNG, TIFF, etc. Make
629 libraries ImageMagick depends on:
633 Delegate Libraries