Re: gplc libraries not found

Daniel Diaz <[email protected]> Mon, 9 May 2022 12:45:23 +0200
Newsgroups gmane.comp.gnu.prolog.general
Message-ID <[email protected]>
<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <div class="moz-cite-prefix">From what you say, gplc cannot locate
      its own libraries. <br>
    </div>
    <div class="moz-cite-prefix">This can be due to a bad installation
      or if you moved the binaries or libraries.</div>
    <div class="moz-cite-prefix">Normally, there is a directory
      containing gprolog with subdirs (bin, lib, include).</div>
    <div class="moz-cite-prefix">To see where gplc expects its library,
      try: <br>
    </div>
    <p>gplc -v boyer.pl</p>
    <p>it will show the used paths. Then check what you have in these
      paths.<br>
    </p>
    <p>Daniel<br>
    </p>
    <div class="moz-cite-prefix">Le 4/28/22 à 19:10, Louis LSJ Krüger a
      écrit :<br>
    </div>
    <blockquote type="cite"
      cite="mid:[email protected]">
      <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
      I decided to try the examples that comes with the source, but I
      get stuck:<br>
      <br>
      <span style="font-family:monospace"><span
          style="color:#000000;background-color:#ffffff;">gplc
          --fast-math --min-bips -o boyer boyer.pl </span><br>
        cannot locate file libbips_fd.a<br>
        <br>
      </span>How do one ensure that the compiler find the libraries? I
      have them in /usr/lib64.  I can't find a setting to tell the
      compiler where to look.<br>
      <br>
      Regards.<br>
      <br>
      Louis.<br>
      <span style="font-family:monospace"></span> </blockquote>
    <p><br>
    </p>
  </body>
</html>