#28195: gcc44 failed to build -----------------------------------+---------------------------------------- Reporter: hsinlun.kuo@… | Owner: mww@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.9.2 Keywords: | Port: gcc44 -----------------------------------+---------------------------------------- Comment(by mhlambert@…): My problem was that the system libiconv was being used. This patch corrected that issue: {{{ % diff -u Portfile.sav Portfile --- Portfile.sav 2010-10-05 16:00:56.000000000 -0400 +++ Portfile 2011-02-06 23:28:19.000000000 -0500 @@ -84,6 +84,7 @@ --with-gxx-include-dir=${prefix}/include/${name}/c++/ \ --with-gmp=${prefix} \ --with-mpfr=${prefix} \ + --with-libiconv-prefix=${prefix} \ --enable-stage1-checking \ --disable-multilib # do NOT use MacPorts binutils -- they do not work }}} -- Ticket URL: <https://trac.macports.org/ticket/28195#comment:5> MacPorts <http://www.macports.org/> Ports system for Mac OS