Changes between Initial Version and Version 1 of Ticket #54642, comment 1


Ignore:
Timestamp:
Aug 19, 2017, 8:37:12 PM (7 years ago)
Author:
kencu (Ken)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #54642, comment 1

    initial v1  
    1 This issue can be fixed with
     1The issue in your main log:
     2{{{
     3395     :info:configure configure: error: Could not find llvm shared libraries:
     4396     :info:configure         Please make sure you have built llvm with the --enable-shared option
     5397     :info:configure         and that your llvm libraries are installed in /opt/local/libexec/llvm-4.0/lib
     6398     :info:configure         If you have installed your llvm libraries to a different directory you
     7399     :info:configure         can use the --with-llvm-prefix= configure flag to specify this directory.
     8400     :info:configure         NOTE: Mesa is attempting to use llvm shared libraries by default.
     9401     :info:configure         If you do not want to build with llvm shared libraries and instead want to
     10402     :info:configure         use llvm static libraries then add --disable-llvm-shared-libs to your configure
     11403     :info:configure         invocation and rebuild.
     12}}}
     13
     14can be fixed with
    215{{{
    316configure.args-append --disable-llvm-shared-libs