ImageMagick and OS X Lion trouble

前端 未结 13 1152
时光取名叫无心
时光取名叫无心 2020-12-04 06:55

[edit] I was troubleshooting problems with my development environment when I noticed one of my problems was the dependency on ImageMagick, since it\'s a vit

13条回答
  •  一整个雨季
    2020-12-04 07:34

    On Mountain Lion OSX,

    Even with the updated brew for imagemagick(which includes libtool), this error seemed to happen to me.

    so i fixed it using the following commands

    brew uninstall libtool
    brew install libtool --universal
    brew link libtool --force
    

提交回复
热议问题