[Bug 194760] graphics/inkscape linking fails when ImageMagick was compiled with openmp

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Nov 5 04:29:43 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194760

--- Comment #27 from rkoberman at gmail.com ---
(In reply to Michael Danilov from comment #25)
But you do have libomp.so. Or, at least you do if you have lang/llvm6
installed. The problems is that it is installed in /usr/local/lib/llvm60/lib
which is not in hte library search path so that it does not get linked.

I do an ugly "fix" of symlinking /usr/local/lib/libomp.so to
/usr/local/llvm60/lib/libomp.so. This is not really a good solution as, once
llvm7 becomes the default, the link needs to updated.

I cant honestly recommend this as it may have some bad side effects, but it is
working for me.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-gnome mailing list