That fixed the issue. Then I copied back the original content of /usr/local/<br><br>Must I do this procedure (temporarily emptying /usr/local and then copying back original contents) whenever I want to use MacPort to install some software or si this only a problem for gcc?<br>
<br>Is there any risk of clashes between file names directoriers when copying back /usr/local (I used &quot;sudo cp -T tempusrlocal/local /usr/loacl/&quot; where tempusrlocal/local is where I moved its originla content)?<br>
<br>lel<br><br><div class="gmail_quote">2009/5/27 Ryan Schmidt <span dir="ltr">&lt;<a href="mailto:ryandesign@macports.org">ryandesign@macports.org</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="im"><br>
On May 26, 2009, at 21:13, Anthony Agelastos wrote:<br>
<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
If I had to guess, you have some items installed within /usr/local that are conflicting with this MacPort.<br>
</blockquote>
<br></div>
Right, specifically /usr/local/lib/libgmp.a:<br>
<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

ld: absolute addressing (perhaps -mdynamic-no-pic) used in ___gmpn_add_n from /usr/local/lib/libgmp.a(add_n.o) not allowed in slidable image. Use &#39;-read_only_relocs suppress&#39; to enable text relocs<br>
</blockquote></blockquote>
<br>
Because of inevitable interference like this, it&#39;s not supported to have anything in /usr/local while using MacPorts. Rename /usr/local to something else, like /usr/local-off, then clean gcc44 (sudo port clean gcc44) and try again. I recommend you do not install software manually e.g. into /usr/local, and instead use MacPorts to install any software you need.<br>

<br>
<br>
</blockquote></div><br>