#13656: arm-elf-gcc3 fails to build on Leopard ---------------------------------+------------------------------------------ Reporter: billy@koostech.com | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: cross arm-elf-gcc3 iconv ---------------------------------+------------------------------------------ Comment (by billy@koostech.com): The problem appears to be with the Leopard header file /usr/include/iconv.h. My temporary work around was to use the header file from macports by doing the following: sudo mv /usr/include/iconv.h /usr/include/iconv.h.orig[[BR]] sudo ln -s /opt/local/include/iconv.h /usr/include/iconv.h and then cleaning and rebuilding arm-elf-gcc3. I really hate modifying system files but I couldn't find a configure option that would let me force it during the build. -- Ticket URL: <http://trac.macosforge.org/projects/macports/ticket/13656#comment:2> MacPorts </projects/macports> Ports system for Mac OS