【问题标题】:Upgrading GhostScript 9.02 to 9.05将 GhostScript 9.02 升级到 9.05
【发布时间】:2012-03-20 07:23:14
【问题描述】:

实际上,我想将现有的 Ghostscript 从 9.02 版本更新到 9.05 最新版本。当我在 9.05 包中运行 make 时,出现以下错误:

if [ x != x ]; then LD_RUN_PATH=; export LD_RUN_PATH; fi; \     XCFLAGS= XINCLUDE= XLDFLAGS= XLIBDIRS= XLIBS= \     FEATURE_DEVS= DEVICE_DEVS= DEVICE_DEVS1= DEVICE_DEVS2= DEVICE_DEVS3= \  DEVICE_DEVS4= DEVICE_DEVS5= DEVICE_DEVS6= DEVICE_DEVS7= DEVICE_DEVS8= \     DEVICE_DEVS9= DEVICE_DEVS10= DEVICE_DEVS11= DEVICE_DEVS12= \    DEVICE_DEVS13= DEVICE_DEVS14= DEVICE_DEVS15= DEVICE_DEVS16= \   DEVICE_DEVS17= DEVICE_DEVS18= DEVICE_DEVS19= DEVICE_DEVS20= \   DEVICE_DEVS_EXTRA= \    /bin/sh <./obj/ldt.tr Undefined symbols for architecture x86_64:   "_iconv_open", referenced from:
      _opvp_to_utf8 in gdevopvp.o   "_iconv", referenced from:
      _opvp_to_utf8 in gdevopvp.o   "_iconv_close", referenced from:
      _opvp_to_utf8 in gdevopvp.o ld: symbol(s) not found for architecture x86_64 collect2: ld returned 1 exit status make: *** [bin/gs] Error 1

我使用 Mac OS Lion X 作为我的开发机器。

我可以知道如何克服这个问题吗?非常感谢您的帮助。谢谢..

【问题讨论】:

    标签: macos ghostscript


    【解决方案1】:

    我认为您有两种可能的解决方案。首先,查看此链接中的“注意:”部分: http://www.ghostscript.com/doc/current/Make.htm#MacOSX

    第二,尝试做:

    ./configure --with-libiconv=no
    

    这将禁用 OpenPrinting Vector (opvp) 设备,但由于它早已被弃用,我怀疑你是否需要使用它。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2015-10-17
      • 2015-03-04
      • 2017-02-25
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多