Changes between Initial Version and Version 1 of Ticket #57009, comment 4


Ignore:
Timestamp:
Sep 12, 2019, 5:35:50 AM (5 years ago)
Author:
kencu (Ken)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #57009, comment 4

    initial v1  
    2323-L/opt/local/lib -lMagickCore-6.Q16 -llcms2 -lfreetype -lfftw3 -lxml2 -lfontconfig -lfreetype -lXext -lSM -lICE -lX11 -lXt -llzma -lbz2 -lz -lltdl -lm -lomp -lm
    2424}}}
    25 and, back to the original problem, `virtuoso-7` builds now without any ImageMagick library trickery, as it should.
    2625
    2726See: <https://github.com/macports/macports-ports/pull/5257>
     27
     28However, all might not even yet be 100% perfect. During the build of `virtuoso-7`, now, for some reason, my `mp-clang-5.0` doesn't find `-lomp` even though it should be plainly there....
     29{{{
     30../../../libsrc/Wi/wi.h:2160:9: note: previous definition is here
     31#define mutex_leave(m)  pthread_mutex_unlock (&((m)->mtx_mtx))
     32        ^
     332 warnings generated.
     342 warnings generated.
     35  CCLD     im.la
     36ld: library not found for -lomp
     37clang: error: linker command failed with exit code 1 (use -v to see invocation)
     38}}}