OS X 10.8 Mountain Lion Problem

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
hoyhoy
Posts: 1
Joined: 2012-08-02T15:50:11-07:00
Authentication code: 15

OS X 10.8 Mountain Lion Problem

Post by hoyhoy »

Getting this on OS X 10.8 "Mountain Lion" with XCode 4.4 (command-line utils installed). Also, neither --without-wmf nor --disable-openmp seem to resolve this as has been previously suggested. Please advise.

Code: Select all

/usr/bin/nm: no name list
ld: warning: cannot export hidden symbol _SyncImagePixelCache from magick/.libs/magick_libMagickCore_la-cache.o
ld: warning: cannot export hidden symbol _ResetQuantumState from magick/.libs/magick_libMagickCore_la-quantum.o
Undefined symbols for architecture x86_64:
  "_cmsCreateTransformTHR", referenced from:
      _ProfileImage in magick_libMagickCore_la-profile.o
  "_cmsGetProfileInfoASCII", referenced from:
      _IdentifyImage in magick_libMagickCore_la-identify.o
  "_cmsOpenProfileFromMemTHR", referenced from:
      _ProfileImage in magick_libMagickCore_la-profile.o
  "_cmsSetLogErrorHandler", referenced from:
      _ProfileImage in magick_libMagickCore_la-profile.o
ld: symbol(s) not found for architecture x86_64
collect2: ld returned 1 exit status
make[1]: *** [magick/libMagickCore.la] Error 1
make: *** [all] Error 2
Post Reply