[MacPorts] #25032: octave 3.2.4_0 does not build when octave 3.2.3_2 is active (was: Octave 3.2.4_0 does not build on OS X 10.6.3)
MacPorts
noreply at macports.org
Tue May 25 23:07:33 PDT 2010
#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
More information about the macports-tickets
mailing list