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

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

[Octave-bug-tracker] [bug #40705] What version of LLVM is needed?


From: Rik
Subject: [Octave-bug-tracker] [bug #40705] What version of LLVM is needed?
Date: Wed, 27 Nov 2013 16:10:32 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:25.0) Gecko/20100101 Firefox/25.0

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

This is just weird because Debian and Ubuntu are easy platforms for lots of
people to build Octave on.

I think we need to start at the beginning.


dpkg -l > dpkg.list
hg clone http://www.octave.org/hg/octave
cd octave
sh bootstrap | tee bootstrap.dbg.log
LLVM_CONFIG=/usr/bin/llvm-config-3.2
./configure --enable-jit --disable-java 2>&1 | tee configure.dbg.log


This will grab brand new sources so there is no cruft around.  It attempts an
in-tree build which is simpler than a VPATH build.  It also disables java,
just in case this is an issue.  I gather you are using a Bourne sh equivalent
so I've written the commands to also send stderr to the log files so we will
have everything captured.  If the end of the configure summary still says that
JIT is disabled then upload the following files.

dpkg.list
bootstrap.dbg.log
configure.dbg.log
config.log



    _______________________________________________________

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]