make[1]: *** [ltdl/dlopen.la] Error 1

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
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: make[1]: *** [ltdl/dlopen.la] Error 1

Post by magick »

Try the following:
  • cd ImageMagick-6.4.9-3
    ./configure --disable-shared
    make clean
    make
Post Reply