<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    The old SVN version is now in play, so far so good! But then "Can't
    find unit system" happened:<br>
    <br>
    roger@bikupan:~/fpc/fptest_working$ fpc fptest.pas<br>
    <div dir="ltr">Free Pascal Compiler version 3.1.1 [2017/08/16] for
      x86_64<br>
      Copyright (c) 1993-2015 by Florian Klaempfl and others<br>
      Target OS: Linux for x86-64<br>
      Compiling fptest.pas<br>
      Fatal: Can't find unit system used by fptest<br>
      Fatal: Compilation aborted<br>
      Error: /home/roger/fpc/fpc_svn/<wbr>compiler/ppcx64 returned an
      error exitcode<br>
      <br>
      <br>
      Before that I had changed the path:<br>
      roger@bikupan:~/fpc/fptest_working$
PATH=/home/roger/fpc/fpc_svn/bin:/home/roger/fpc/fpc_svn/compiler:/usr/local/bin:/usr/bin:/bin<br>
      <div dir="ltr">roger@bikupan:~/fpc/fptest_<wbr>working$ export
        PATH=/home/roger/fpc/fpc_svn/<wbr>bin:/home/roger/fpc/fpc_svn/<wbr>compiler:/usr/local/bin:/usr/<wbr>bin:/bin<br>
        <br>
        roger@bikupan:~/fpc/fptest_<wbr>working$ which fpc<br>
        /home/roger/fpc/fpc_svn/bin/<wbr>fpc<br>
        <br>
        <br>
      </div>
    </div>
    <br>
    <div class="moz-cite-prefix">On 08/16/2017 10:27 PM, Tomas Hajny
      wrote:<br>
    </div>
    <blockquote type="cite"
      cite="mid:865cd48c20d1225f3e4e0f6b8dff6313.squirrel@mail.freepascal.org">
      <pre wrap="">On Wed, August 16, 2017 22:16, kapibara via fpc-pascal wrote:
</pre>
      <blockquote type="cite">
        <pre wrap="">Ah, so FP has no versions other than the official releases then? (2.6.0,
2.6.2, 2.6.4 and so on)

Why doesn't FP use the same compiler revision as the SVN sources it
comes with? Because the fp executable is compiled at the same time as fpc?
</pre>
      </blockquote>
      <pre wrap="">
It uses the sources from which it has been compiled (the same way fpc does
too). Fp is a separate make target. It may be part of a snapshot, and it
may be compiled from SVN sources by you as well (it has some additional
prerequisites if you want to have the debugger integrated, and it requires
some additional FPC packages compiled first, but nothing special apart
from that).


</pre>
      <blockquote type="cite">
        <pre wrap="">Alright then, I'll try instead:

fpc test.pas


Btw, why have fpc and also ppcx64? Does fpc call ppcx64?
</pre>
      </blockquote>
      <pre wrap="">
Yes - or another compiler binary if (cross-)compiling for a different
CPU/platform (e.g. ppc386, ppcarm, ppcjvm, etc.).

Tomas


_______________________________________________
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>