octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #40705] Trouble compiling JIT on Ubuntu 12.04


From: Arun Giridhar
Subject: [Octave-bug-tracker] [bug #40705] Trouble compiling JIT on Ubuntu 12.04
Date: Thu, 19 Dec 2013 22:05:02 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:26.0) Gecko/20100101 Firefox/26.0

Follow-up Comment #20, bug #40705 (project octave):

Data: running 64bit Ubuntu 12.04

David, I thought I'd share a couple LLVM package-related tips.  Please check
if the package is llvm-3.X or libllvm3.X. If it warns you that unrelated
things like Xorg and ubuntu-desktop will be removed it's trying to remove
libllvm and not just plain llvm.

I just purged my old llvm-3.0 and installed llvm-3.2 with this:

sudo apt-get purge llvm-3.0*
sudo apt-get install llvm-3.2 llvm-3.2-dev llvm-3.2-doc

No dependencies required like llvm-2.9 etc.

If you have a program somewhere called just plain "llvm-config", make sure
it's the correct version. Sometimes it's a symlink to the old version instead
of the latest version. Even better, specify llvm-config-3.2.

I updated my Octave config script to use 3.2 instead of 3.0:

../octave/configure [bunch of options here, ending with:] LLVM_CONFIG=`which
llvm-config-3.2`

and configured and built it. Works fine. Can't tell any difference between
llvm 3.0 and llvm 3.2 though.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?40705>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]