<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    I usually build as unprivilidged user, installation is then<br>
    <br>
    sudo make install CPU_TARGET=x86_64 INSTALL_PREFIX=$SOMEWHERE<br>
    <br>
    you are right, in the situation where I do use my own $HOME for the
    compiler (so Installation also hapens in my context) this would have
    been the complete solution:<br>
    <br>
    make clean all install CPU_TARGET=x86_64 INSTALL_PREFIX=$HOME/3.0.1<br>
    <br>
    Michael<br>
    <br>
    <div class="moz-cite-prefix">Am 17.01.15 um 09:40 schrieb Sven
      Barth:<br>
    </div>
    <blockquote
cite="mid:CAFMUeB_sYZCyG=JpaCbviXOfDfjjkmusU-VMyaUBLWHwyZ93KA@mail.gmail.com"
      type="cite">
      <p>Am 16.01.2015 23:14 schrieb "Michael Ring" <<a
          moz-do-not-send="true" href="mailto:mail@michael-ring.org">mail@michael-ring.org</a>>:<br>
        ><br>
        > Zhis is what I use on my Mac:<br>
        ><br>
        > make clean all CPU_TARGET=x86_64 INSTALL_PREFIX=$HOME/3.0.1</p>
      <p>Don't you miss an "install" in that line? Afterall "all" merely
        builds the compiler (plus RTL plus packages), but does not
        install it...</p>
      <p>Regards,<br>
        Sven</p>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
fpc-pascal maillist  -  <a class="moz-txt-link-abbreviated" href="mailto:fpc-pascal@lists.freepascal.org">fpc-pascal@lists.freepascal.org</a>
<a class="moz-txt-link-freetext" href="http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal">http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal</a></pre>
    </blockquote>
    <br>
  </body>
</html>