【发布时间】: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