octave-maintainers
[Top][All Lists]
Advanced

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

Re: RC1 problems


From: Mike Miller
Subject: Re: RC1 problems
Date: Thu, 05 Dec 2013 21:17:14 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20131103 Icedove/17.0.10

On Thu, 5 Dec 2013 19:30:23 -0500, Doug Stewart wrote:
> I now have 
> configure: WARNING: LLVM was not found or is to old.  JIT compiler is
> disabled. 
> configure: WARNING: JAVA_HOME environment variable not initialized.
>  Auto-detection will proceed but is unreliable.
> 
> /I am using Ubuntu 12.04/
> /
> /
> How do I install a newer version of  LLVM   Ubuntu is supplying  llvm2.9

Rik also builds with LLVM on 12.04. Try installing llvm-3.2-dev, make
sure you have the precise-updates apt repository enabled. You'll also
need to configure with LLVM_CONFIG=/usr/bin/llvm-config-3.2 to make it
pick up that version. That can either be set in your environment or
passed as an argument like

  ./configure LLVM_CONFIG=/usr/bin/llvm-config-3.2

See also bug #40705.

Hope that works for you.

-- 
mike


reply via email to

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