Changes between Initial Version and Version 1 of Ticket #57009, comment 4
- Timestamp:
- Sep 12, 2019, 5:35:50 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #57009, comment 4
initial v1 23 23 -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 24 24 }}} 25 and, back to the original problem, `virtuoso-7` builds now without any ImageMagick library trickery, as it should.26 25 27 26 See: <https://github.com/macports/macports-ports/pull/5257> 27 28 However, 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 ^ 33 2 warnings generated. 34 2 warnings generated. 35 CCLD im.la 36 ld: library not found for -lomp 37 clang: error: linker command failed with exit code 1 (use -v to see invocation) 38 }}}