#25032: octave 3.2.4_0 does not build when octave 3.2.3_2 is active --------------------------------------------+------------------------------- Reporter: Martin.Buchmann@… | Owner: stechert@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.8.2 Keywords: | Port: octave --------------------------------------------+------------------------------- Changes (by ryandesign@…): * cc: ryandesign@… (added) Comment: Since "-L/opt/local/lib" is listed first in that line, before "-L../libcruft -L.", I guess it's incorrectly trying to link with your existing older version of octave and not finding some symbols that were newly added in the new version of octave. Try deactivating your older version first, then building the new one. {{{ sudo port deactivate octave sudo port clean octave sudo port upgrade octave }}} -- Ticket URL: <http://trac.macports.org/ticket/25032#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS