<div dir="ltr">Well, the error (below) suggests that wrong library is either linked or included. You need to go through the -L and -I paths and see if you need to set one of these differently or add additional one for iconv. I don't see how to set this through ./configure (I don't see any --with-iconv-includes= or --with-iconv-libs=), but you can start by editing the Makefiles or the command itself and changing  -L and -I directly.<br><div><br><br>Undefined symbols for architecture x86_64:<br>
  "_iconv", referenced from:<br>
      _draw_main in text3.o<br>
  "_iconv_close", referenced from:<br>
      _draw_main in text3.o<br>
  "_iconv_open", referenced from:<br>
      _draw_main in text3.o<br>
ld: symbol(s) not found for architecture x86_64<br>
clang: error: linker command failed with exit code 1 (use -v to see invocation)<br><br></div></div>