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: Mike Miller
Subject: [Octave-bug-tracker] [bug #40705] Trouble compiling JIT on Ubuntu 12.04
Date: Mon, 09 Dec 2013 17:29:41 +0000
User-agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20100101 Firefox/17.0

Update of bug #40705 (project octave):

             Open/Closed:                  Closed => Open                   

    _______________________________________________________

Follow-up Comment #19:

The attached config.log shows no evidence of being called with LLVM_CONFIG
either as an environment variable or as a command line argument. So what you
see is the expected behavior with LLVM 2.9, which is what your invocation of
configure detected and found to be too old to use.

Can you try configuring again with LLVM_CONFIG added to the environment or the
configure command line and attach that config.log file?

Either


export LLVM_CONFIG=llvm-config-3.2
./configure --enable-jit ...


or


./configure --enable-jit LLVM_CONFIG=llvm-config-3.2 ...


should work and one or the other will be required for Ubuntu 12.04. I see now
that Rik omitted the "export" in comment #15, if that's what you did then that
might be why it wasn't found by configure.

    _______________________________________________________

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]