[Haskell-cafe] gloss-raster: Couldn't figure out LLVM version! (osx 10.8.5)

Brandon Allbery allbery.b at gmail.com
Thu Mar 6 15:12:27 UTC 2014


On Thu, Mar 6, 2014 at 10:07 AM, Miroslav Karpis
<miroslav.karpis at gmail.com>wrote:

> In the file I can see following lines:
> ("LLVM llc command", "llc"),
> ("LLVM opt command", "opt")
>
> When I changed llc to "usr/bin/llvm-gcc" nothing happened. So I guess I
> should edit something else?,….
>

llc is not llvm-gcc (and even if it were, the leading / on /usr/bin is not
optional). If you have LLVM installed via brew, you are probably looking
for /usr/local/bin/llc and /usr/local/bin/opt for those two.

-- 
brandon s allbery kf8nh                               sine nomine associates
allbery.b at gmail.com                                  ballbery at sinenomine.net
unix, openafs, kerberos, infrastructure, xmonad        http://sinenomine.net
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/haskell-cafe/attachments/20140306/40f21fa9/attachment.html>


More information about the Haskell-Cafe mailing list