[MacPorts] #48684: boost @1.59.0: won't install on 10.5.8 Leopard
MacPorts
noreply at macports.org
Wed Sep 30 18:21:42 PDT 2015
#48684: boost @1.59.0: won't install on 10.5.8 Leopard
-----------------------+--------------------------
Reporter: schalk@… | Owner: ryandesign@…
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.3.3
Resolution: | Keywords: leopard
Port: boost |
-----------------------+--------------------------
Comment (by ryandesign@…):
A solution was proposed here:
https://svn.boost.org/trac/boost/ticket/11603. It says that
{{{
stw r5, 236(%r3)
}}}
is a typo and should instead be
{{{
stw r5, 236(r3)
}}}
I found [https://www.cs.uaf.edu/2011/fall/cs301/lecture/11_21_PowerPC.html
this reference] that says that the "%" is used in the GNU assembler, but
not the Apple assembler which is what we are using.
I have not yet had a chance to test this proposed solution.
--
Ticket URL: <https://trac.macports.org/ticket/48684#comment:12>
MacPorts <https://www.macports.org/>
Ports system for OS X
More information about the macports-tickets
mailing list