#28162: mlt @0.5.10, Revision 1 fails to compile with "Undefined symbols: "_libiconv_close", referenced from:" _iconv_utf8 in producer_pango.o ----------------------------------+----------------------------------------- Reporter: mail@… | Owner: ryandesign@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 1.9.2 Resolution: fixed | Keywords: Port: glib2, glib2-devel | ----------------------------------+----------------------------------------- Comment(by jmr@…): A library using another library is a very different thing to a program using the other library's symbols directly, which is what is happening here. mlt's producer_pango.c is calling iconv_open() and friends directly, not via some glib2 function, so it's simply wrong for it not to link with -liconv. -- Ticket URL: <https://trac.macports.org/ticket/28162#comment:6> MacPorts <http://www.macports.org/> Ports system for Mac OS