[MacPorts] #20933: gcc42, gcc43 on snow leopard: in libmpfr.dylib, libgmp.dylib, libiconv.dylib, file is not of required architecture
MacPorts
noreply at macports.org
Wed Sep 16 08:11:29 PDT 2009
#20933: gcc42, gcc43 on snow leopard: in libmpfr.dylib, libgmp.dylib,
libiconv.dylib, file is not of required architecture
------------------------------+---------------------------------------------
Reporter: ram@… | Owner: mww@…
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version:
Keywords: snowleopard | Port: gcc42, gcc43
------------------------------+---------------------------------------------
Comment(by akim.demaille@…):
I'm not sure I completely understand what are the problem people are
willing to solve here, but every port that had this "file is not of
required architecture" problem could be solved, at least on my machine, by
asking for a reintall of the package.
{{{
for i in gmp mpfr gcc45
do
sudo port uninstall -f $i
sudo port install $i
done
}}}
did it for me.
--
Ticket URL: <http://trac.macports.org/ticket/20933#comment:28>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list