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.
magick/.libs/libMagickCore.a(magick_libMagickCore_la-semaphore.o): In function `AllocateSemaphoreInfo':
/app/ImageMagick-6.6.4-5/magick/semaphore.c:166: undefined reference to `pthread_mutexattr_init'
/app/ImageMagick-6.6.4-5/magick/semaphore.c:166: undefined reference to `pthread_mutexattr_destroy'
collect2: ld returned 1 exit status
Comment out MAGICKCORE_HAVE_PTHREAD in magick/magick-config.h or grab ImageMagick 6.6.4-6 Beta sometime tomorrow which has a patch to fix the problem. Thanks.
Miscellaneous Options:
-debug events display copious debugging information
-help print program options
-list type print a list of supported option arguments
-log format format of debugging information
-version print version information
By default, 'file' is written in the MIFF image format. To
specify a particular image format, precede the filename with an image
format name and a colon (i.e. ps:image) or specify the image type as
the filename suffix (i.e. image.ps). Specify 'file' as '-' for
standard input or output.
import: DelegateLibrarySupportNotBuiltIn `' (X11) @ error/import.c/ImportImageCommand/1297.
Screen caption requires the X11 libraries. After you run the configure script look at the last 40-50 lines. It tells you that it could not find the X11 libraries. Fix the problem and rerun the configure script until it shows X11 support. Next rebuild / reinstall and screen capture will work.