Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Jan 2018 13:11:09 +0100
From:      Tamas Szakaly <sghctoma@gmail.com>
To:        freebsd-x11@freebsd.org
Subject:   Re: mesa-libs problem with llvm50
Message-ID:  <20180104121109.yhs6uuahei33wzoc@pamparam>
In-Reply-To: <20180104053400.GA53022@phouka1.phouka.net>
References:  <20180104053400.GA53022@phouka1.phouka.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Jan 03, 2018 at 09:34:00PM -0800, John Kennedy wrote:
> Ever since llvm50 started getting included (vs llvm40), I've had this problem
> building mesa-libs.  Initially I was running 11.1-p6, but there was a lot of
> llvm40 output initially (from base OS, presumably), so today I tried against
> stable/11 since it has llvm 5.0 in base.


Hi,

I have also encountered this problem. It seems that the configure script tries
to pick up the wrong shared library, because it determines the name from the
output of "llvm-config50 --version". This command outputs
"5.0.0git-2890f088b4b6" on my machine, so configure looks for a file named
/usr/local/llvm50/lib/libLLVM-5.0.0git-2890f088b4b6.so. I don't really had the
time to look into this any further, so I just symlinked
usr/local/llvm50/lib/libLLVM-5.0.so to that file, and this seems to be a
sufficient workaround.

Cheers,
Toma

-- 
Tamas Szakaly
@sghctoma




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20180104121109.yhs6uuahei33wzoc>