#44094: octave @ 3.6.4_13 build failure ---------------------------+------------------------- Reporter: paultbaker@… | Owner: michaelld@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.0 Resolution: | Keywords: Port: octave | ---------------------------+------------------------- Comment (by michaelld@…): Is there anything in /usr/local (at all)? Try: {{{ sudo port clean octave sudo mv /usr/local /usr/local_tmp sudo port install octave }}} then move /usr/local back: {{{ sudo mv /usr/local_tmp /usr/local }}} I'm guessing there is something being brought in by libtool during linking from /usr/local, even though the configure script looks like it is finding everything correctly & build is working up until that point. -- Ticket URL: <https://trac.macports.org/ticket/44094#comment:6> MacPorts <http://www.macports.org/> Ports system for OS X