2012-03-20 3 views
4

사실 저는 기존의 Ghostscript를 9.02에서 9.05로 업데이트하려고합니다. 내 개발 머신으로 맥 OS 라이온 X를 사용하고GhostScript 9.02에서 9.05로 업그레이드

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 

: 내가 9.05 패키지에 make를 실행하면, 다음과 같은 오류가 발생합니다.

나는 이것을 어떻게 극복 할 수 있을까요? 당신의 도움은 꽤 많이 감사합니다. 감사합니다 ...

답변

5

나는 두 가지 가능한 해결책이 있다고 생각합니다. 이 링크 섹션 : 첫째, "주": 볼이 오랫동안 사용되지 않기 때문에,

./configure --with-libiconv=no 

이것은 OpenPrinting 벡터 (opvp) 장치를 사용하지 않지만 : http://www.ghostscript.com/doc/current/Make.htm#MacOSX

둘째, 일을 시도 나는 당신이 그것을 사용할 필요가 있는지 의심 스럽다.