我想编译一个包含imagemagick的可执行文件,以及像libpng这样的委托库来简化分发。我很容易将imagemagick编译到我的应用程序中,但似乎总是使用动态库。
我使用macports安装了动态和静态委托库。有没有办法告诉ImageMagick使用静态的而不是动态的?
我目前正在使用以下配置参数:
./ configure --prefix = / opt / local --with-quantum-depth = 8 --disable-installed --disable-dependency-tracking --without-x --without-perl --enable-static --disable-shared --with-jpeg --with- tiff CPPFLAGS =“$ CPPFLAGS” LDFLAGS =“$ LDFLAGS”CFLAGS =“$ CFLAGS” --disable-openmp --disable-openmp-slow
谢谢, 锐
答案 0 :(得分:0)
我无法在任何地方找到解决方案。基本上我最终从头开始编译所有委托项目,并在应用程序包中包含* .dylib文件。