Dear developpers, hi I have a problem in "make" ghost script 8.63.
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 ./obj/gdevopvp.o: In function `opvp_to_utf8': gdevopvp.c:(.text+0xedf): undefined reference to `libiconv_open' gdevopvp.c:(.text+0xf0f): undefined reference to `libiconv' gdevopvp.c:(.text+0xf32): undefined reference to `libiconv_close' collect2: ld returned 1 exit status make: *** [bin/gs] Error 1 My problem seems almost same as PROBLEM3 in this message: http://groups.google.com/group/gnu.ghostscript.bug/browse_thread/thread/e4cf50c3fe6ff176 First, I typed this way: >./configure --prefix=$HOME >make -->error caused. And I found the message above, then typed: >make clean >./configure --prefix=$HOME >make -j1 --> the error again Sorry, I am NOT familiar with c & c++, cannot suggest solutions. Thank you for your kind help. sincerely, Hiromi