Macos 将GhostScript 9.02升级到9.05

Macos 将GhostScript 9.02升级到9.05,macos,ghostscript,Macos,Ghostscript,实际上,我想将现有的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= \

实际上,我想将现有的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

如果[x!=x];然后LD_RUN_PATH=;导出LD_运行路径;fi;\XCFLAGS=XINCLUDE=XLDFLAGS=XLIBDIRS=XLIBS=\FEATURE\u DEVS=DEVICE\u DEVS1=DEVICE\u DEVS2=DEVICE\u DEVS3=\DEVICE\u DEVS4=DEVICE\u DEVS5=DEVICE\u DEVS6=DEVICE\u DEVS7=DEVICE\u DEVS8=\DEVICE\u DEVS9=DEVICE\u DEVS10=DEVICE\u DEVS11=DEVICE\DEVICE\DEVICE\u DEVS12=\DEVICE\DEVICE\DEVICE\u DEVS13=DEVICE\DEVICE\DEVS14=DEVICE\DEVICE\u DEVS15=DEVICE\u DEVS16=DEVICEDEVICE\u DEVS18=DEVICE\u DEVS19=DEVICE\u DEVS20=\DEVICE\u DEVS\u EXTRA=\/bin/sh我认为您有两种可能的解决方案。首先,请查看此链接中的“备注:”部分:

第二,试着做:

./configure --with-libiconv=no
这将禁用OpenPrinting Vector(opvp)设备,但由于该设备已被长期弃用,我怀疑您是否需要使用它