#33419: libtool refers to compiler by wrong path after upgrading to Xcode 4.3 --------------------------------+------------------------------------------- Reporter: mathsmac@… | Owner: waqar@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.0.4 Resolution: wontfix | Keywords: Port: libtool | --------------------------------+------------------------------------------- Changes (by ryandesign@…): * status: new => closed * resolution: => wontfix * port: ilmbase => libtool Comment: The relevant error in the log seems to be: {{{ :info:build ../libtool: line 8976: /Developer/usr/bin/clang++: No such file or directory }}} The port copies the libtool port's glibtool into the worksrcpath as libtool, so the problem is that your libtool port was installed back when you were using an earlier version of Xcode. Rebuild libtool, clean ilbmase, try again. {{{ sudo port clean libtool ilmbase sudo port -n upgrade --force libtool sudo port install ilmbase }}} -- Ticket URL: <https://trac.macports.org/ticket/33419#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS