Date: Mon, 05 Nov 2018 04:29:39 +0000 From: bugzilla-noreply@freebsd.org To: gnome@FreeBSD.org Subject: [Bug 194760] graphics/inkscape linking fails when ImageMagick was compiled with openmp Message-ID: <bug-194760-6497-J50c3sTVQW@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-194760-6497@https.bugs.freebsd.org/bugzilla/>
index | next in thread | previous in thread | raw e-mail
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194760 --- Comment #27 from rkoberman@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.help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-194760-6497-J50c3sTVQW>
