<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <p><font size="-1">Hi,</font></p>
    <p><font size="-1">I hope I can ask my question here and get
        answers, hints about what might be wrong.<br>
            Googled, but got no meaningful answer<br>
            Asked GHDL developers but it's not a GHDL issue.<br>
            Thus, I arrived here<br>
            Already many thanks in advance.<br>
      </font></p>
    <p><font size="-1">- System: Linux-Mint 19<br>
        - For building of GHDL, LLVM is required.<br>
        - Went to apt.llvm.org<br>
        - Browsed down till Ubuntu square and add the LLVM-8 deb and
        deb-src line for Ubuntu 18.04 as a .list file to the apt
        source.list.d of my system (Ubuntu-18.04 because Mint-19 is
        based on it).<br>
        - Browsed further down the page and followed the qualification
        branch install procedure.<br>
        - Everything installed without any error or warning.<br>
        - Typing afterwards in the terminal: "clang-8 --version" results
        in this return:</font></p>
    <p><font size="-1">clang version
        8.0.1-svn363027-1~exp1~20190611211629.77 (branches/release_80)<br>
        Target: x86_64-pc-linux-gnu<br>
        Thread model: posix<br>
        InstalledDir: /usr/bin<br>
      </font></p>
    <p><font size="-1">- Running in the terminal the configure command
        for GHDL: <br>
                 "../configure --with-llvm-config=/usr/bin/llvm-config-8
        --prefix=/opt/Ghdl"<br>
          results in this output:</font></p>
    <p><font size="-1">Use full IEEE library<br>
        Build machine is: x86_64-linux-gnu<br>
        Unhandled version llvm 8.0.1<br>
      </font></p>
    <p><font size="-1">Why do I get:     </font><font size="-1">Unhandled
        version llvm 8.0.1</font></p>
    <p><font size="-1">- "/usr/bin" is in the PATH.<br>
        - "/usr/bin/llvm-config-8" is a link, so I tried to use the
        source of the link: "/usr/lib/llvm-8/bin/llvm-config" but thsi
        did not help.<br>
        - Running in terminal: "/usr/lib/llvm-8/bin/llvm-config
        --version" results in this return: 8.0.1<br>
        - The same output is obtained when running at the prompt:
        "llvm-config-8".<br>
        - Checked, "apt-cache policy llvm-8", the llvm-8 version in apt
        return the same value and version as I installed via
        apt.llvm.org<br>
        <br>
      </font></p>
    <p><font size="-1">What can be wrong?<br>
        Or what did I do wrong?<br>
      </font></p>
    <p><font size="-1">Many thanks in advance,</font></p>
    <p><font size="-1">Marc<br>
      </font></p>
  </body>
</html>