Starting the 64 bit static build on windows
Posted: 2014-03-19T07:36:36-07:00
Downloaded and extracted windows binary release ImageMagick-6.8.8-8-Q16-x64-static.exe. Trying to run it in place with defaults only. Not even trying to actually do anything yet - simply trying to get "convert" to report formats that it supports.
If my CWD is anything other than the directory containing the binaries, I get:
However, if I run in directory containing the binaries:
It wouldn't suprise me to need to set at least some variables to have things found properly, but I would have expected to see an error suggesting a missing library or an inability to find something critical. The redundant thread lock error makes no sense at all.
Has anyone seen anything like this? Am I overlooking something obvious (it wouldn't be the first time... )
Thanks!
-jrm
James Mason
Exa Corporation
Burlington, MA
If my CWD is anything other than the directory containing the binaries, I get:
Code: Select all
$ ./unsupportedbin64/convert
Fatal User Error 1002: Deadlock due to omp_set_lock being called on lock already owned by thread
Code: Select all
$ ./convert
Version: ImageMagick 6.8.8-8 Q16 x64 2014-03-07 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2014 ImageMagick Studio LLC
Features: DPC OpenMP
Delegates: bzlib cairo freetype jbig jng jp2 jpeg lcms lqr pangocairo png ps rsv
g tiff webp xml zlib
Usage: convert.exe [options ...] file [ [options ...] file ...] [options ...]
...
Has anyone seen anything like this? Am I overlooking something obvious (it wouldn't be the first time... )
Thanks!
-jrm
James Mason
Exa Corporation
Burlington, MA